Skip to content

Instantly share code, notes, and snippets.

@danny-andrews
Created October 9, 2017 18:51
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 danny-andrews/bdb0b950e6f4a1c898f3b47a227edc6b to your computer and use it in GitHub Desktop.
Save danny-andrews/bdb0b950e6f4a1c898f3b47a227edc6b to your computer and use it in GitHub Desktop.
{
test: /\.(jsx?)$/,
exclude: /node_modules/,
use: [{
loader: 'babel-loader',
query: {
plugins: [
[
'babel-plugin-react-css-modules',
{
context,
generateScopedName: scopedPattern,
filetypes: { '.scss': 'postcss-scss' }
}
]
]
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment