-
Notifications
You must be signed in to change notification settings - Fork 72
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
[email protected] breaks emitCss? #169
Comments
What do you have in style tag in App.svelte ? 🤔 Edit: Maybe you should update webpack minor version to the latest, because 3.0.0 uses webpack-specific feature (query-strings) in |
Just a simple I'll try updating the minor version, thanks! |
@levex doing that solved your issue? If so, close this please. |
Hi, I haven't yet had the chance to look at this, sorry. I'll take a look later today and get back here. |
It appears that upgrading Webpack has resolved this issue. :-) Thanks @non25 for your help! |
Hello!
I have a simple MPA project that I'm working on using Webpack 4.
Here's the
webpack.config.js
that I used:js/app2.js
is then something along the lines of:So I am not sure what's going wrong here but using [email protected] causes the following issue during
webpack --mode development
:Reverting svelte-loader to
2.13.6
fixes the issue.Maybe I'm doing something wrong - I'm not really a web developer. :-)
Thanks!
The text was updated successfully, but these errors were encountered: