easy-webpack / config-sass

Easy Webpack configuration module for using Sass in your Webpack applications.
MIT License
2 stars 2 forks source link

LoaderOptionsPlugin sassLoader options no longer work since sass-loader 5 #37

Open patroza opened 7 years ago

patroza commented 7 years ago

Need a way to pass options to the sass-loader.

niieani commented 7 years ago

We'll need to add a property to the options that we're taking in and pass it forward. Would you like to add a PR?