@@ -21,47 +21,47 @@ exports[`validate options should throw an error on the "publicPath" option with
2121exports [` validate options should throw an error on the "unknown" option with "/test/" value 1` ] = `
2222"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
2323 - options has an unknown property 'unknown'. These properties are valid:
24- object { publicPath ? , emit ? , esModule ? , layer ? }"
24+ object { publicPath ? , emit ? , esModule ? , layer ? , defaultExport ? }"
2525`;
2626
2727exports [` validate options should throw an error on the "unknown" option with "[]" value 1` ] = `
2828"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
2929 - options has an unknown property 'unknown'. These properties are valid:
30- object { publicPath ? , emit ? , esModule ? , layer ? }"
30+ object { publicPath ? , emit ? , esModule ? , layer ? , defaultExport ? }"
3131`;
3232
3333exports [` validate options should throw an error on the "unknown" option with "{ " foo" :" bar" } " value 1` ] = `
3434"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
3535 - options has an unknown property 'unknown'. These properties are valid:
36- object { publicPath ? , emit ? , esModule ? , layer ? }"
36+ object { publicPath ? , emit ? , esModule ? , layer ? , defaultExport ? }"
3737`;
3838
3939exports [` validate options should throw an error on the "unknown" option with "{ } " value 1` ] = `
4040"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
4141 - options has an unknown property 'unknown'. These properties are valid:
42- object { publicPath ? , emit ? , esModule ? , layer ? }"
42+ object { publicPath ? , emit ? , esModule ? , layer ? , defaultExport ? }"
4343`;
4444
4545exports [` validate options should throw an error on the "unknown" option with "1" value 1` ] = `
4646"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
4747 - options has an unknown property 'unknown'. These properties are valid:
48- object { publicPath ? , emit ? , esModule ? , layer ? }"
48+ object { publicPath ? , emit ? , esModule ? , layer ? , defaultExport ? }"
4949`;
5050
5151exports [` validate options should throw an error on the "unknown" option with "false" value 1` ] = `
5252"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
5353 - options has an unknown property 'unknown'. These properties are valid:
54- object { publicPath ? , emit ? , esModule ? , layer ? }"
54+ object { publicPath ? , emit ? , esModule ? , layer ? , defaultExport ? }"
5555`;
5656
5757exports [` validate options should throw an error on the "unknown" option with "test" value 1` ] = `
5858"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
5959 - options has an unknown property 'unknown'. These properties are valid:
60- object { publicPath ? , emit ? , esModule ? , layer ? }"
60+ object { publicPath ? , emit ? , esModule ? , layer ? , defaultExport ? }"
6161`;
6262
6363exports [` validate options should throw an error on the "unknown" option with "true" value 1` ] = `
6464"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
6565 - options has an unknown property 'unknown'. These properties are valid:
66- object { publicPath ? , emit ? , esModule ? , layer ? }"
66+ object { publicPath ? , emit ? , esModule ? , layer ? , defaultExport ? }"
6767`;
0 commit comments