@@ -51,7 +51,7 @@ exports[`validate options should throw an error on the "importLoaders" option wi
51
51
exports [` validate options should throw an error on the "modules" option with "{ " auto" :" invalid" } " value 1` ] = `
52
52
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
53
53
- options.modules should be one of these:
54
- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
54
+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
55
55
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
56
56
Details :
57
57
* options .modules .auto should be one of these :
@@ -109,7 +109,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
109
109
exports [`validate options should throw an error on the "modules " option with "{" localIdentRegExp" :true }" value 1`] = `
110
110
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
111
111
- options.modules should be one of these:
112
- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
112
+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
113
113
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
114
114
Details :
115
115
* options .modules .localIdentRegExp should be one of these :
@@ -123,7 +123,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
123
123
exports [` validate options should throw an error on the "modules" option with "{ " mode" :" globals" } " value 1` ] = `
124
124
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
125
125
- options.modules should be one of these:
126
- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
126
+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
127
127
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
128
128
Details :
129
129
* options .modules .mode should be one of these :
@@ -138,7 +138,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
138
138
exports [`validate options should throw an error on the "modules " option with "{" mode" :"locals "}" value 1`] = `
139
139
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
140
140
- options.modules should be one of these:
141
- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
141
+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
142
142
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
143
143
Details :
144
144
* options .modules .mode should be one of these :
@@ -153,7 +153,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
153
153
exports [`validate options should throw an error on the "modules " option with "{" mode" :"pures "}" value 1`] = `
154
154
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
155
155
- options.modules should be one of these:
156
- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
156
+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
157
157
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
158
158
Details :
159
159
* options .modules .mode should be one of these :
@@ -168,7 +168,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
168
168
exports [`validate options should throw an error on the "modules " option with "{" mode" :true }" value 1`] = `
169
169
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
170
170
- options.modules should be one of these:
171
- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
171
+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
172
172
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
173
173
Details :
174
174
* options .modules .mode should be one of these :
@@ -189,53 +189,53 @@ exports[`validate options should throw an error on the "modules" option with "{"
189
189
exports [`validate options should throw an error on the "modules " option with "globals " value 1`] = `
190
190
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
191
191
- options.modules should be one of these:
192
- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
192
+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
193
193
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
194
194
Details :
195
195
* options .modules should be a boolean .
196
196
* options .modules should be one of these :
197
197
\\" local\\ " | \\" global\\ " | \\" pure\\ "
198
198
* options .modules should be an object :
199
- object { auto?, mode?, localIdentName?, localIdentContext?, localIdentHashPrefix?, localIdentRegExp?, getLocalIdent?, namedExport?, exportGlobals?, exportLocalsConvention?, exportOnlyLocals? }"
199
+ object { type?, auto?, mode?, localIdentName?, localIdentContext?, localIdentHashPrefix?, localIdentRegExp?, getLocalIdent?, namedExport?, exportGlobals?, exportLocalsConvention?, exportOnlyLocals? }"
200
200
`;
201
201
202
202
exports [` validate options should throw an error on the "modules" option with "locals" value 1` ] = `
203
203
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
204
204
- options.modules should be one of these:
205
- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
205
+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
206
206
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
207
207
Details :
208
208
* options .modules should be a boolean .
209
209
* options .modules should be one of these :
210
210
\\" local\\ " | \\" global\\ " | \\" pure\\ "
211
211
* options .modules should be an object :
212
- object { auto?, mode?, localIdentName?, localIdentContext?, localIdentHashPrefix?, localIdentRegExp?, getLocalIdent?, namedExport?, exportGlobals?, exportLocalsConvention?, exportOnlyLocals? }"
212
+ object { type?, auto?, mode?, localIdentName?, localIdentContext?, localIdentHashPrefix?, localIdentRegExp?, getLocalIdent?, namedExport?, exportGlobals?, exportLocalsConvention?, exportOnlyLocals? }"
213
213
`;
214
214
215
215
exports [` validate options should throw an error on the "modules" option with "pures" value 1` ] = `
216
216
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
217
217
- options.modules should be one of these:
218
- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
218
+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
219
219
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
220
220
Details :
221
221
* options .modules should be a boolean .
222
222
* options .modules should be one of these :
223
223
\\" local\\ " | \\" global\\ " | \\" pure\\ "
224
224
* options .modules should be an object :
225
- object { auto?, mode?, localIdentName?, localIdentContext?, localIdentHashPrefix?, localIdentRegExp?, getLocalIdent?, namedExport?, exportGlobals?, exportLocalsConvention?, exportOnlyLocals? }"
225
+ object { type?, auto?, mode?, localIdentName?, localIdentContext?, localIdentHashPrefix?, localIdentRegExp?, getLocalIdent?, namedExport?, exportGlobals?, exportLocalsConvention?, exportOnlyLocals? }"
226
226
`;
227
227
228
228
exports [` validate options should throw an error on the "modules" option with "true" value 1` ] = `
229
229
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
230
230
- options.modules should be one of these:
231
- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
231
+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
232
232
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
233
233
Details :
234
234
* options .modules should be a boolean .
235
235
* options .modules should be one of these :
236
236
\\" local\\ " | \\" global\\ " | \\" pure\\ "
237
237
* options .modules should be an object :
238
- object { auto?, mode?, localIdentName?, localIdentContext?, localIdentHashPrefix?, localIdentRegExp?, getLocalIdent?, namedExport?, exportGlobals?, exportLocalsConvention?, exportOnlyLocals? }"
238
+ object { type?, auto?, mode?, localIdentName?, localIdentContext?, localIdentHashPrefix?, localIdentRegExp?, getLocalIdent?, namedExport?, exportGlobals?, exportLocalsConvention?, exportOnlyLocals? }"
239
239
`;
240
240
241
241
exports [` validate options should throw an error on the "sourceMap" option with "true" value 1` ] = `
0 commit comments