File tree 3 files changed +16
-5
lines changed
3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,9 @@ module.exports = {
244
244
use : getStyleLoaders ( {
245
245
importLoaders : 1 ,
246
246
modules : true ,
247
- getLocalIdent : getCSSModuleLocalIdent ,
247
+ // TODO: This is in a future react-dev-utils version
248
+ // It should be enabled when react-dev-utils is updated
249
+ // getLocalIdent: getCSSModuleLocalIdent,
248
250
} ) ,
249
251
} ,
250
252
// Opt-in support for SASS (using .scss or .sass extensions).
@@ -265,7 +267,9 @@ module.exports = {
265
267
{
266
268
importLoaders : 2 ,
267
269
modules : true ,
268
- getLocalIdent : getCSSModuleLocalIdent ,
270
+ // TODO: This is in a future react-dev-utils
271
+ // It should be enabled when react-dev-utils is updated
272
+ // getLocalIdent: getCSSModuleLocalIdent,
269
273
} ,
270
274
'sass-loader'
271
275
) ,
Original file line number Diff line number Diff line change @@ -252,7 +252,9 @@ module.exports = {
252
252
importLoaders : 1 ,
253
253
sourceMap : shouldUseSourceMap ,
254
254
modules : true ,
255
- getLocalIdent : getCSSModuleLocalIdent ,
255
+ // TODO: This is in a future react-dev-utils version
256
+ // It should be enabled when react-dev-utils is updated
257
+ // getLocalIdent: getCSSModuleLocalIdent,
256
258
} ) ,
257
259
} ,
258
260
// Opt-in support for SASS. The logic here is somewhat similar
@@ -280,7 +282,9 @@ module.exports = {
280
282
importLoaders : 2 ,
281
283
sourceMap : shouldUseSourceMap ,
282
284
modules : true ,
283
- getLocalIdent : getCSSModuleLocalIdent ,
285
+ // TODO: This is in a future react-dev-utils version
286
+ // It should be enabled when react-dev-utils is updated
287
+ // getLocalIdent: getCSSModuleLocalIdent,
284
288
} ,
285
289
'sass-loader'
286
290
) ,
Original file line number Diff line number Diff line change 36
36
"fs-extra" : " 3.0.1" ,
37
37
"html-webpack-plugin" : " 2.29.0" ,
38
38
"jest" : " 20.0.4" ,
39
+ "node-sass-chokidar" : " ^1.3.3" ,
39
40
"object-assign" : " 4.1.1" ,
40
41
"postcss-flexbugs-fixes" : " 3.2.0" ,
41
42
"postcss-loader" : " 2.0.8" ,
43
+ "postcss-preset-env" : " ^6.0.7" ,
42
44
"promise" : " 8.0.1" ,
43
45
"raf" : " 3.4.0" ,
44
- "source-map-loader" : " ^0.2.1" ,
45
46
"react-dev-utils" : " ^5.0.2" ,
46
47
"resolve" : " 1.6.0" ,
48
+ "sass-loader" : " ^7.1.0" ,
49
+ "source-map-loader" : " ^0.2.1" ,
47
50
"style-loader" : " 0.19.0" ,
48
51
"sw-precache-webpack-plugin" : " 0.11.4" ,
49
52
"ts-jest" : " 22.0.1" ,
You can’t perform that action at this time.
0 commit comments