Skip to content

Instantly share code, notes, and snippets.

@RichardBray
Created January 10, 2018 13:44
Show Gist options
  • Save RichardBray/647e8a6b0f992dc3a07f3d043e28f517 to your computer and use it in GitHub Desktop.
Save RichardBray/647e8a6b0f992dc3a07f3d043e28f517 to your computer and use it in GitHub Desktop.
Styles rule to module
{
test: /\.scss$/,
use: ExtractTextPlugin.extract({
use: [
{
loader: "css-loader",
options: {
minimize: true
}
},
"sass-loader"
]
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment