@@ -6,18 +6,6 @@ exports[`validate options should throw an error on the "esModule" option with "t
6
6
-> Use the ES modules syntax (https://github.com/webpack-contrib/css-loader#esmodule)."
7
7
` ;
8
8
9
- exports [` validate options should throw an error on the "icss" option with "1" value 1` ] = `
10
- "Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
11
- - options.icss should be a boolean.
12
- -> Enables/Disables handling the CSS module interoperable import/export format ((https://github.com/webpack-contrib/css-loader#icss)"
13
- ` ;
14
-
15
- exports [` validate options should throw an error on the "icss" option with "true" value 1` ] = `
16
- "Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
17
- - options.icss should be a boolean.
18
- -> Enables/Disables handling the CSS module interoperable import/export format ((https://github.com/webpack-contrib/css-loader#icss)"
19
- ` ;
20
-
21
9
exports [` validate options should throw an error on the "import" option with "true" value 1` ] = `
22
10
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
23
11
- options.import should be one of these:
@@ -245,49 +233,49 @@ exports[`validate options should throw an error on the "sourceMap" option with "
245
233
exports [` validate options should throw an error on the "unknown" option with "/test/" value 1` ] = `
246
234
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
247
235
- options has an unknown property 'unknown'. These properties are valid:
248
- object { url ? , import ? , modules ? , icss ? , sourceMap ? , importLoaders ? , esModule ? }"
236
+ object { url ? , import ? , modules ? , sourceMap ? , importLoaders ? , esModule ? }"
249
237
`;
250
238
251
239
exports [` validate options should throw an error on the "unknown" option with "[]" value 1` ] = `
252
240
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
253
241
- options has an unknown property 'unknown'. These properties are valid:
254
- object { url ? , import ? , modules ? , icss ? , sourceMap ? , importLoaders ? , esModule ? }"
242
+ object { url ? , import ? , modules ? , sourceMap ? , importLoaders ? , esModule ? }"
255
243
`;
256
244
257
245
exports [` validate options should throw an error on the "unknown" option with "{ " foo" :" bar" } " value 1` ] = `
258
246
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
259
247
- options has an unknown property 'unknown'. These properties are valid:
260
- object { url ? , import ? , modules ? , icss ? , sourceMap ? , importLoaders ? , esModule ? }"
248
+ object { url ? , import ? , modules ? , sourceMap ? , importLoaders ? , esModule ? }"
261
249
`;
262
250
263
251
exports [` validate options should throw an error on the "unknown" option with "{ } " value 1` ] = `
264
252
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
265
253
- options has an unknown property 'unknown'. These properties are valid:
266
- object { url ? , import ? , modules ? , icss ? , sourceMap ? , importLoaders ? , esModule ? }"
254
+ object { url ? , import ? , modules ? , sourceMap ? , importLoaders ? , esModule ? }"
267
255
`;
268
256
269
257
exports [` validate options should throw an error on the "unknown" option with "1" value 1` ] = `
270
258
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
271
259
- options has an unknown property 'unknown'. These properties are valid:
272
- object { url ? , import ? , modules ? , icss ? , sourceMap ? , importLoaders ? , esModule ? }"
260
+ object { url ? , import ? , modules ? , sourceMap ? , importLoaders ? , esModule ? }"
273
261
`;
274
262
275
263
exports [` validate options should throw an error on the "unknown" option with "false" value 1` ] = `
276
264
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
277
265
- options has an unknown property 'unknown'. These properties are valid:
278
- object { url ? , import ? , modules ? , icss ? , sourceMap ? , importLoaders ? , esModule ? }"
266
+ object { url ? , import ? , modules ? , sourceMap ? , importLoaders ? , esModule ? }"
279
267
`;
280
268
281
269
exports [` validate options should throw an error on the "unknown" option with "test" value 1` ] = `
282
270
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
283
271
- options has an unknown property 'unknown'. These properties are valid:
284
- object { url ? , import ? , modules ? , icss ? , sourceMap ? , importLoaders ? , esModule ? }"
272
+ object { url ? , import ? , modules ? , sourceMap ? , importLoaders ? , esModule ? }"
285
273
`;
286
274
287
275
exports [` validate options should throw an error on the "unknown" option with "true" value 1` ] = `
288
276
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
289
277
- options has an unknown property 'unknown'. These properties are valid:
290
- object { url ? , import ? , modules ? , icss ? , sourceMap ? , importLoaders ? , esModule ? }"
278
+ object { url ? , import ? , modules ? , sourceMap ? , importLoaders ? , esModule ? }"
291
279
`;
292
280
293
281
exports [` validate options should throw an error on the "url" option with "true" value 1` ] = `
0 commit comments