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
Replace ExtractTextPlugin with mini-css-extract-plugin, which seems way simpler, and also adds extraction and loading of separate CSS bundles
HtmlPlugin also seems to have issues with new code splitting implementation - the app module stopped being included when I enabled the default vendor splitting
It's time for the waiting for plugins and loaders dance again.
https://github.com/webpack/webpack/releases/tag/v4.0.0
Branch: https://github.com/insin/nwb/tree/webpack4
Broken or needs to be changed for Webpack 4:
optimization.splitChunk
andoptimization.runtimeChunks
with respect to vendor bundling and long-term cachingDeprecation warnings:
The text was updated successfully, but these errors were encountered: