You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe, internally, the last version of extract-css-chunks-wepback-plugin anyway relies on mini-css-extract-plugin, thus getting rid of the first will optimize the builds.
The text was updated successfully, but these errors were encountered:
- Switch from `extract-css-chunks-webpack-plugin` to
`mini-css-extract-plugin`, which comes from Wepback team;
- Use Webpack stats to only load those CSS chunks that exist (the
problem is not solved at the client-side yet);
- Fix of styles hot reloading for Webpack@4 compatibility.
Fix for #22
Uh oh!
There was an error while loading. Please reload this page.
I believe, internally, the last version of extract-css-chunks-wepback-plugin anyway relies on mini-css-extract-plugin, thus getting rid of the first will optimize the builds.
The text was updated successfully, but these errors were encountered: