File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,10 @@ module.exports = {
2525 use: [
2626 " style-loader" ,
2727 " @teamsupercell/typings-for-css-modules-loader" ,
28- " css-loader"
28+ {
29+ loader: " css-loader" ,
30+ options: { modules: true }
31+ }
2932 ]
3033 }
3134 ]
@@ -59,7 +62,10 @@ module.exports = {
5962 " // autogenerated by typings-for-css-modules-loader. \n // Please do not change this file!"
6063 }
6164 },
62- " css-loader"
65+ {
66+ loader: " css-loader" ,
67+ options: { modules: true }
68+ }
6369 ]
6470 }
6571 ]
@@ -84,7 +90,10 @@ module.exports = {
8490 formatter: " prettier"
8591 }
8692 },
87- " css-loader"
93+ {
94+ loader: " css-loader" ,
95+ options: { modules: true }
96+ }
8897 ]
8998 }
9099 ]
@@ -110,7 +119,10 @@ module.exports = {
110119 eol: " \r\n "
111120 }
112121 },
113- " css-loader"
122+ {
123+ loader: " css-loader" ,
124+ options: { modules: true }
125+ }
114126 ]
115127 }
116128 ]
You can’t perform that action at this time.
0 commit comments