Created
January 10, 2018 13:44
-
-
Save RichardBray/647e8a6b0f992dc3a07f3d043e28f517 to your computer and use it in GitHub Desktop.
Styles rule to module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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