Skip to content
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

init command should create config with mini-css-extract-plugin #374

Closed
jevancc opened this issue Apr 5, 2018 · 1 comment · Fixed by #363
Closed

init command should create config with mini-css-extract-plugin #374

jevancc opened this issue Apr 5, 2018 · 1 comment · Fixed by #363

Comments

@jevancc
Copy link
Member

jevancc commented Apr 5, 2018

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.

@evenstensberg
Copy link
Member

#373

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants