Skip to content

Instantly share code, notes, and snippets.

@aaronmcadam
Created December 13, 2016 14:27
Show Gist options
  • Save aaronmcadam/f18c730edfc16b73a014165a81bf6126 to your computer and use it in GitHub Desktop.
Save aaronmcadam/f18c730edfc16b73a014165a81bf6126 to your computer and use it in GitHub Desktop.
{
...
{
test: /\.module\.scss$/,
loader: 'style!css?sourceMap&modules!postcss!sass?sourceMap'
},
{
test: /^((?!\.module).)*scss/,
loader: 'style!css!sass'
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment