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
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
The init command creates config with extract-text-webpack-plugin to extract CSS into separate files when used in production. However, it should use mini-css-extract-plugin since ETWP no longer supports webpack@4.
What is the expected behavior?
Use mini-css-extract-plugin instead of extract-text-webpack-plugin in generated config file.
If this is a feature request, what is motivation or use case for changing the behavior?
Supporting the new MiniCssExtractPlugin.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
The init command creates config with
extract-text-webpack-plugin
to extract CSS into separate files when used in production. However, it should usemini-css-extract-plugin
since ETWP no longer supportswebpack@4
.What is the expected behavior?
Use
mini-css-extract-plugin
instead ofextract-text-webpack-plugin
in generated config file.If this is a feature request, what is motivation or use case for changing the behavior?
Supporting the new
MiniCssExtractPlugin
.The text was updated successfully, but these errors were encountered: