Skip to content

Instantly share code, notes, and snippets.

@ngohungphuc
Created November 14, 2018 04:32
Show Gist options
  • Save ngohungphuc/3c2a77ca698b48ec3ba87963f4a2924b to your computer and use it in GitHub Desktop.
Save ngohungphuc/3c2a77ca698b48ec3ba87963f4a2924b to your computer and use it in GitHub Desktop.
module: {
rules: [{
test: /\.scss$/,
use: [
'style-loader',
MiniCssExtractPlugin.loader,
{
loader: "css-loader",
options: {
minimize: true,
sourceMap: true
}
},
"sass-loader"
]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment