mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
Test revert css loader update
This commit is contained in:
parent
608b470100
commit
3e08fa5500
2 changed files with 4 additions and 5 deletions
|
@ -58,7 +58,7 @@
|
|||
"babel-preset-env": "^1.6.1",
|
||||
"babel-preset-react": "^6.22.0",
|
||||
"canvas-prebuilt": "^1.6.11",
|
||||
"css-loader": "3.1.0",
|
||||
"css-loader": "1.0.0",
|
||||
"enzyme": "^3.6.0",
|
||||
"enzyme-adapter-react-16": "^1.5.0",
|
||||
"eslint": "^4.4.1",
|
||||
|
|
|
@ -30,11 +30,10 @@ const base = {
|
|||
}, {
|
||||
loader: 'css-loader',
|
||||
options: {
|
||||
modules: true,
|
||||
importLoaders: 1,
|
||||
modules: {
|
||||
localIdentName: '[name]_[local]_[hash:base64:5]'
|
||||
},
|
||||
localsConvention: 'camelCase'
|
||||
localIdentName: '[name]_[local]_[hash:base64:5]',
|
||||
camelCase: true
|
||||
}
|
||||
}, {
|
||||
loader: 'postcss-loader',
|
||||
|
|
Loading…
Reference in a new issue