Created
December 13, 2016 14:27
-
-
Save aaronmcadam/f18c730edfc16b73a014165a81bf6126 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
{ | |
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