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

Replace ExtractTextPlugin with MiniCssExtractPlugin #13

Merged
merged 1 commit into from
Nov 7, 2018

Conversation

js62789
Copy link
Contributor

@js62789 js62789 commented Nov 7, 2018

Since webpack v4 the extract-text-webpack-plugin should not be used for css. Use mini-css-extract-plugin instead.

Source

> Since webpack v4 the extract-text-webpack-plugin should not be used for css. Use mini-css-extract-plugin instead.
@djMax
Copy link
Contributor

djMax commented Nov 7, 2018

Does this impact our babel-preset-gasbuddy at all?

@djMax djMax merged commit a76c507 into master Nov 7, 2018
@djMax djMax deleted the jsmith/mini-css-extract-plugin branch November 7, 2018 04:04
@js62789
Copy link
Contributor Author

js62789 commented Nov 7, 2018

No, this should be a drop-in replacement. There are no attributes in our babel preset that are aware of the extract-text-webpack-plugin plugin specifically.

@dhruv-m-patel dhruv-m-patel mentioned this pull request Nov 14, 2018
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 this pull request may close these issues.

None yet

2 participants