-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore(*): drop webpack3 support #1023
Conversation
Codecov Report
|
@sapegin we should mock copy-webpack-plugin to check parameters passed to it constructor. |
Thanks! This is awesome! Though we have to wait for CRA2 final release. Jest 23 is awesome too! Could you please send it as a separate PR? We could merge it right away. |
Generated by 🚫 dangerJS |
## Breaking changes ### Drop webpack 3 support Webpack 3 is no longer supported, webpack 4 is the minimum required version. As a side effect you shouldn’t see any webpack warnings when you run Styleguidist. We’ve also replaced no longer maintainer uglify-es with Terser to minify production JavaScript bundle. * #1175, #1178 by @derz * #1165 by @elevatebart * #1148 by @elevatebart * #915, #1023 by @stepancar * #1180 by @AndreyGladkov
🎉 This PR is included in version 8.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE: webpack 3 is no longer supported, webpack 4 is the minimum required version
#915