-
Notifications
You must be signed in to change notification settings - Fork 117
Error with loading bundle.css in development mode, MIME type error #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am having this issue too.
|
Looks like the README is missing a step. Since bundle.css doesn't exist yet, you have to run Looks like this can be solved by updating the webpack config to serve bundle.css: #12 (comment) |
@tedwash that is not a solution, doing this will yield a static load of css file (the result of |
#24 The pull request will resolve the issue. Do the same change, replace |
Hi I was facing this issue on a project, first I thought I have messed up my webpack configuration. I tried few thing with my css plugins but nothing changed so I went about and created a fresh project using the template. Still giving the same issue.
The build one works fine generates a proper css file but having error in the development mode.
NPM has automatically installed the following versions.
webpack: v4.42.0
svelte: v3.19.1
The text was updated successfully, but these errors were encountered: