We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
extract-text-webpack-plugin is now deprecated for Webpack 4 - see home page: https://github.com/webpack-contrib/extract-text-webpack-plugin :
"Since webpack v4 the extract-text-webpack-plugin should not be used for css. Use mini-css-extract-plugin instead."
Are you planning on upgrading to the mini-css-extract-plugin?
If not, any way you could show the changes to make to the webpack.vendor.config.js ? (We're struggling with and I suspect many others are)
Thanks for any input :)
The text was updated successfully, but these errors were encountered:
We implemented it, so I submitted two PRs for your review. Tested the build too. It's a very minor change all in all.
Sorry, something went wrong.
feat(webpack): update to use mini-css-extract-plugin
73e880f
#645
feat(webpack): fix extract-text-webpack-plugin deprecation
5923909
closes #645
Successfully merging a pull request may close this issue.
extract-text-webpack-plugin is now deprecated for Webpack 4 - see home page: https://github.com/webpack-contrib/extract-text-webpack-plugin :
Are you planning on upgrading to the mini-css-extract-plugin?
If not, any way you could show the changes to make to the webpack.vendor.config.js ? (We're struggling with and I suspect many others are)
Thanks for any input :)
The text was updated successfully, but these errors were encountered: