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
Give a detailed description of WHAT this issue seeks to address or add to the build.
When running yarn, the following warning is shown
yarn
warning "[email protected]" has incorrect peer dependency "webpack@^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0".
I believe if we're going to be using webpack v1, we need to use this branch of sass-loader: https://github.com/webpack-contrib/sass-loader/tree/archive/webpack-1 (not sure the release version number)
This is not currently breaking anything, but probably not good practice, and some functionality of sass-loader will not work with webpack v1
Is this issue dependent on any others? No
Should the assigned consult with anyone in particular before proceeding? No
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
Give a detailed description of WHAT this issue seeks to address or add to the build.
When running
yarn
, the following warning is shownwarning "[email protected]" has incorrect peer dependency "webpack@^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0".
I believe if we're going to be using webpack v1, we need to use this branch of sass-loader: https://github.com/webpack-contrib/sass-loader/tree/archive/webpack-1 (not sure the release version number)
How
Considerations
This is not currently breaking anything, but probably not good practice, and some functionality of sass-loader will not work with webpack v1
Is this issue dependent on any others? No
Should the assigned consult with anyone in particular before proceeding? No
To Do
The text was updated successfully, but these errors were encountered: