@@ -6,18 +6,6 @@ exports[`validate options should throw an error on the "esModule" option with "t
66 -> Use the ES modules syntax (https://github.com/webpack-contrib/css-loader#esmodule)."
77` ;
88
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-
219exports [` validate options should throw an error on the "import" option with "true" value 1` ] = `
2210"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
2311 - options.import should be one of these:
@@ -245,49 +233,49 @@ exports[`validate options should throw an error on the "sourceMap" option with "
245233exports [` validate options should throw an error on the "unknown" option with "/test/" value 1` ] = `
246234"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
247235 - 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 ? }"
249237`;
250238
251239exports [` validate options should throw an error on the "unknown" option with "[]" value 1` ] = `
252240"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
253241 - 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 ? }"
255243`;
256244
257245exports [` validate options should throw an error on the "unknown" option with "{ " foo" :" bar" } " value 1` ] = `
258246"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
259247 - 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 ? }"
261249`;
262250
263251exports [` validate options should throw an error on the "unknown" option with "{ } " value 1` ] = `
264252"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
265253 - 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 ? }"
267255`;
268256
269257exports [` validate options should throw an error on the "unknown" option with "1" value 1` ] = `
270258"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
271259 - 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 ? }"
273261`;
274262
275263exports [` validate options should throw an error on the "unknown" option with "false" value 1` ] = `
276264"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
277265 - 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 ? }"
279267`;
280268
281269exports [` validate options should throw an error on the "unknown" option with "test" value 1` ] = `
282270"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
283271 - 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 ? }"
285273`;
286274
287275exports [` validate options should throw an error on the "unknown" option with "true" value 1` ] = `
288276"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
289277 - 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 ? }"
291279`;
292280
293281exports [` validate options should throw an error on the "url" option with "true" value 1` ] = `
0 commit comments