empowerhack / DrawMyLife-Website

A website showcasing the Draw My Life initiative, partnerships and team
http://drawmylife.org/
2 stars 1 forks source link

Dependency Issue: sass-loader and webpack 2/3 #68

Open steverabino opened 7 years ago

steverabino commented 7 years ago

What

Give a detailed description of WHAT this issue seeks to address or add to the build.

When running yarn, the following warning is shown

warning "sass-loader@6.0.6" 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

To Do