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 = {
25
25
use: [
26
26
" style-loader" ,
27
27
" @teamsupercell/typings-for-css-modules-loader" ,
28
- " css-loader"
28
+ {
29
+ loader: " css-loader" ,
30
+ options: { modules: true }
31
+ }
29
32
]
30
33
}
31
34
]
@@ -59,7 +62,10 @@ module.exports = {
59
62
" // autogenerated by typings-for-css-modules-loader. \n // Please do not change this file!"
60
63
}
61
64
},
62
- " css-loader"
65
+ {
66
+ loader: " css-loader" ,
67
+ options: { modules: true }
68
+ }
63
69
]
64
70
}
65
71
]
@@ -84,7 +90,10 @@ module.exports = {
84
90
formatter: " prettier"
85
91
}
86
92
},
87
- " css-loader"
93
+ {
94
+ loader: " css-loader" ,
95
+ options: { modules: true }
96
+ }
88
97
]
89
98
}
90
99
]
@@ -110,7 +119,10 @@ module.exports = {
110
119
eol: " \r\n "
111
120
}
112
121
},
113
- " css-loader"
122
+ {
123
+ loader: " css-loader" ,
124
+ options: { modules: true }
125
+ }
114
126
]
115
127
}
116
128
]
You can’t perform that action at this time.
0 commit comments