-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Module Css data is in production build in version 2@next #4518
Comments
Hey if ur using next with webpack updated to 4 then extract-text-plugin wouldn’t be config’d since it was replaced? |
Hello, i use: @2.0.0-next.66cc7a90 and if i debug the config a little bit, it shows me this attached output. And i see there is still ExtractTextPlugin used. Maybe this PullRequest is not approved yet.
|
Apologies, I got mixed up since I thought 2.0.0-next was using https://github.com/facebook/create-react-app/blob/next/packages/react-scripts/package.json but I was mistaken and 2.0.0-next is still using extract-text-plugin Edit: for completeness sake #3815 (comment) it’s merged, but not published yet |
All this got replaced with webpack 4. |
I use css modules with 2.0.0-next.66cc7a90 and figure out, that after a production build, the raw css content for this module/file is inside the javascript. Is there a reason for this or is the text-extract plugin not configured properly ?
Thanks and i look forward to webpack 4 and react-scripts 2.x
Marcel
The text was updated successfully, but these errors were encountered: