Skip to content

Instantly share code, notes, and snippets.

@prakash122
Created April 11, 2018 12:35
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 prakash122/95643a57c94487d12b8afc02c6ef2ed3 to your computer and use it in GitHub Desktop.
Save prakash122/95643a57c94487d12b8afc02c6ef2ed3 to your computer and use it in GitHub Desktop.
config.module = {
rules: [
{
test: /\.css$/,
use: [
{ loader: 'style-loader' },
{
loader: 'css-loader',
options: {
modules: true
}
}]
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment