Skip to content

Instantly share code, notes, and snippets.

@wallynm
Created August 20, 2018 04:57
Show Gist options
  • Save wallynm/aa26f932d1c4923686ad076b7f6506a2 to your computer and use it in GitHub Desktop.
Save wallynm/aa26f932d1c4923686ad076b7f6506a2 to your computer and use it in GitHub Desktop.
Medium 01 - CSS Modules
{
loader: 'css-loader',
options: {
importLoaders: 1,
camelCase: 'only',
modules: true,
localIdentName: '[name]__[local]--[hash:base64:5]'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment