Skip to content

Instantly share code, notes, and snippets.

@matheusml
Created October 5, 2016 14:34
Show Gist options
  • Select an option

  • Save matheusml/acaf05dc3aa80f47b2a30ab9c46b97e2 to your computer and use it in GitHub Desktop.

Select an option

Save matheusml/acaf05dc3aa80f47b2a30ab9c46b97e2 to your computer and use it in GitHub Desktop.
{
test: /\.css$/,
loader: 'style-loader!css-loader',
},
{
test: /\.scss$/,
loader: 'style!css-loader?modules&importLoaders=1&localIdentName=[name]__[local]___[hash:base64:5]',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment