You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/options.json
+14-14
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,20 @@
30
30
"properties": {
31
31
"filter": {
32
32
"instanceof": "Function"
33
+
},
34
+
"loaders": {
35
+
"description": "Enables/Disables or setups number of loaders applied before CSS loader (https://github.com/webpack-contrib/css-loader#importloaders).",
36
+
"anyOf": [
37
+
{
38
+
"type": "boolean"
39
+
},
40
+
{
41
+
"type": "string"
42
+
},
43
+
{
44
+
"type": "integer"
45
+
}
46
+
]
33
47
}
34
48
},
35
49
"additionalProperties": false
@@ -139,20 +153,6 @@
139
153
"description": "Enables/Disables generation of source maps (https://github.com/webpack-contrib/css-loader#sourcemap).",
140
154
"type": "boolean"
141
155
},
142
-
"importLoaders": {
143
-
"description": "Enables/Disables or setups number of loaders applied before CSS loader (https://github.com/webpack-contrib/css-loader#importloaders).",
144
-
"anyOf": [
145
-
{
146
-
"type": "boolean"
147
-
},
148
-
{
149
-
"type": "string"
150
-
},
151
-
{
152
-
"type": "integer"
153
-
}
154
-
]
155
-
},
156
156
"esModule": {
157
157
"description": "Use the ES modules syntax (https://github.com/webpack-contrib/css-loader#esmodule).",
0 commit comments