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
outdated dependency for webpack 4 using extract-text-webpack-plugin. Using recommended mini-css-extract plugin.
https://webpack.js.org/plugins/extract-text-webpack-plugin/
https://webpack.js.org/plugins/mini-css-extract-plugin/
npm install --save-dev mini-css-extract-plugin
npm i should not have multiple version dependencies of webpack.
The text was updated successfully, but these errors were encountered:
Hi. Would love to help with this!
Sorry, something went wrong.
No branches or pull requests
outdated dependency for webpack 4 using extract-text-webpack-plugin. Using recommended mini-css-extract plugin.
https://webpack.js.org/plugins/extract-text-webpack-plugin/
https://webpack.js.org/plugins/mini-css-extract-plugin/
npm install --save-dev mini-css-extract-plugin
Expected Behavior
npm i should not have multiple version dependencies of webpack.
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: