Skip to content

Instantly share code, notes, and snippets.

@mattvagni
Last active January 15, 2017 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattvagni/99a1a9c0736f4becef7bce2565d9146c to your computer and use it in GitHub Desktop.
Save mattvagni/99a1a9c0736f4becef7bce2565d9146c to your computer and use it in GitHub Desktop.
{
test: /\.scss$/,
loader: ExtractTextPlugin.extract({
loader: [
{
loader: 'css-loader',
query: {
localIdentName: '[hash:8]',
modules: true
}
},
{
loader: 'sass-loader'
}
]
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment