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
Looks like there's no way to support both at the same time and avoid deprecation warning on both versions. Let's wait for webpack 4 support in Create React App, and drop webpack 3 support in Styleguidist.
## 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
Looks like there's no way to support both at the same time and avoid deprecation warning on both versions. Let's wait for webpack 4 support in Create React App, and drop webpack 3 support in Styleguidist.
The text was updated successfully, but these errors were encountered: