Skip to content

Instantly share code, notes, and snippets.

@mattvagni
Created January 15, 2017 16:21
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/e84dc76b67684328706ab3fd0625325e to your computer and use it in GitHub Desktop.
Save mattvagni/e84dc76b67684328706ab3fd0625325e to your computer and use it in GitHub Desktop.
{
test: /\.css$/,
loader: ExtractTextPlugin.extract({
loader: [
{
loader: 'css-loader',
query: {
localIdentName: '[hash:8]',
modules: true
}
}
]
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment