-
-
Notifications
You must be signed in to change notification settings - Fork 448
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
Beta 6 vs mini-css-extract-plugin #661
Comments
I also have same issue with fresh released Note: only one change has been made between Webpack Version: 4.17.1 Please tell us about your environment: |
I am having the same issue here :( |
@juank11memphis ATM you can only downgrade |
Hey all, it'd be a big help if someone could make a small repository that reproduces the issue. I know nothing about postcss or the extract-css plugin, so the steps above are not enough to reproduce for me. |
@loganfsmyth I'm on it. |
Minimal reproduction repo: Removing |
@Simek Perfect, thanks for doing that. This appears to be a side-effect of another change we made, but is essentially uncovering an existing issue. With #660, Babel will now skip transforming This is great on the whole, but it means that if you weren't conforming to Webpack's expectations correctly, you can run into issues. In this instance, before #660, Babel would just compile Now that Babel skips compilation, you're running into this: webpack-contrib/mini-css-extract-plugin#102 (comment) As mentioned there,
fixes the issue. |
I'm submitting a bug report
Webpack Version:
4.17.1
Babel Core Version:
7.0.0-rc.2
Babel Loader Version:
8.0.0-beta.6
Please tell us about your environment:
OSX 10.12
Current behavior:
In beta 4 when i use mini-css-extract-plugin to emit css files it works fine.
Then after i upgrade to beta 6, no css files are emitted.
No css files, just JS emitted.
Expected/desired behavior:
Minimal setup to reproduce:
In app.js:
Naturally app.scss has to be next to app.js.
Notable deps used above:
The text was updated successfully, but these errors were encountered: