Hack global css instead of copy chromepicker

This commit is contained in:
Lukas Martinelli
2016-12-17 22:19:03 +01:00
parent e6ebebfacf
commit 073dcfe387
6 changed files with 23 additions and 156 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ loaders.push({
test: /[\/\\]src[\/\\].*\.css/,
loaders: [
'style?sourceMap',
'css?modules&importLoaders=1&localIdentName=[path]___[name]__[local]___[hash:base64:5]'
'css'
]
});