11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
3+ exports [` validate options should throw an error on the "defaultExport" option with "1" value 1` ] = `
4+ "Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
5+ - options.defaultExport should be a boolean.
6+ -> Duplicate the named export with CSS modules locals to the default export (only when \` esModules: true\` for css-loader).
7+ -> Read more at https://github.com/webpack-contrib/mini-css-extract-plugin#defaultexports"
8+ ` ;
9+
310exports [` validate options should throw an error on the "esModule" option with "1" value 1` ] = `
411"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
512 - options.esModule should be a boolean.
@@ -21,47 +28,47 @@ exports[`validate options should throw an error on the "publicPath" option with
2128exports [` validate options should throw an error on the "unknown" option with "/test/" value 1` ] = `
2229"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
2330 - options has an unknown property 'unknown'. These properties are valid:
24- object { publicPath ? , emit ? , esModule ? , layer ? }"
31+ object { publicPath ? , emit ? , esModule ? , layer ? , defaultExport ? }"
2532`;
2633
2734exports [` validate options should throw an error on the "unknown" option with "[]" value 1` ] = `
2835"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
2936 - options has an unknown property 'unknown'. These properties are valid:
30- object { publicPath ? , emit ? , esModule ? , layer ? }"
37+ object { publicPath ? , emit ? , esModule ? , layer ? , defaultExport ? }"
3138`;
3239
3340exports [` validate options should throw an error on the "unknown" option with "{ " foo" :" bar" } " value 1` ] = `
3441"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
3542 - options has an unknown property 'unknown'. These properties are valid:
36- object { publicPath ? , emit ? , esModule ? , layer ? }"
43+ object { publicPath ? , emit ? , esModule ? , layer ? , defaultExport ? }"
3744`;
3845
3946exports [` validate options should throw an error on the "unknown" option with "{ } " value 1` ] = `
4047"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
4148 - options has an unknown property 'unknown'. These properties are valid:
42- object { publicPath ? , emit ? , esModule ? , layer ? }"
49+ object { publicPath ? , emit ? , esModule ? , layer ? , defaultExport ? }"
4350`;
4451
4552exports [` validate options should throw an error on the "unknown" option with "1" value 1` ] = `
4653"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
4754 - options has an unknown property 'unknown'. These properties are valid:
48- object { publicPath ? , emit ? , esModule ? , layer ? }"
55+ object { publicPath ? , emit ? , esModule ? , layer ? , defaultExport ? }"
4956`;
5057
5158exports [` validate options should throw an error on the "unknown" option with "false" value 1` ] = `
5259"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
5360 - options has an unknown property 'unknown'. These properties are valid:
54- object { publicPath ? , emit ? , esModule ? , layer ? }"
61+ object { publicPath ? , emit ? , esModule ? , layer ? , defaultExport ? }"
5562`;
5663
5764exports [` validate options should throw an error on the "unknown" option with "test" value 1` ] = `
5865"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
5966 - options has an unknown property 'unknown'. These properties are valid:
60- object { publicPath ? , emit ? , esModule ? , layer ? }"
67+ object { publicPath ? , emit ? , esModule ? , layer ? , defaultExport ? }"
6168`;
6269
6370exports [` validate options should throw an error on the "unknown" option with "true" value 1` ] = `
6471"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
6572 - options has an unknown property 'unknown'. These properties are valid:
66- object { publicPath ? , emit ? , esModule ? , layer ? }"
73+ object { publicPath ? , emit ? , esModule ? , layer ? , defaultExport ? }"
6774`;
0 commit comments