I'm trying to import a component:
import('./components/'+componentName+'.svelte')
.then(res => {src = res.default })
but compiler issues an error:
Loading module from “http://localhost...” was blocked because of a disallowed MIME type (“text/html”)
How I can allow this MIME type?