@@ -117,47 +117,47 @@ exports[`validate options should throw an error on the "linkType" option with "i
117
117
exports[`validate options should throw an error on the "unknown" option with "/test/" value 1`] = `
118
118
"Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.
119
119
- options has an unknown property 'unknown'. These properties are valid:
120
- object { filename ? , chunkFilename ? , experimentalUseImportModule ? , ignoreOrder ? , insert ? , attributes ? , linkType ? }"
120
+ object { filename ? , chunkFilename ? , experimentalUseImportModule ? , ignoreOrder ? , insert ? , attributes ? , linkType ? , skipRuntimeLoading ? }"
121
121
`;
122
122
123
123
exports [` validate options should throw an error on the "unknown" option with "[]" value 1` ] = `
124
124
"Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.
125
125
- options has an unknown property 'unknown'. These properties are valid:
126
- object { filename ? , chunkFilename ? , experimentalUseImportModule ? , ignoreOrder ? , insert ? , attributes ? , linkType ? }"
126
+ object { filename ? , chunkFilename ? , experimentalUseImportModule ? , ignoreOrder ? , insert ? , attributes ? , linkType ? , skipRuntimeLoading ? }"
127
127
`;
128
128
129
129
exports [` validate options should throw an error on the "unknown" option with "{ " foo" :" bar" } " value 1` ] = `
130
130
"Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.
131
131
- options has an unknown property 'unknown'. These properties are valid:
132
- object { filename ? , chunkFilename ? , experimentalUseImportModule ? , ignoreOrder ? , insert ? , attributes ? , linkType ? }"
132
+ object { filename ? , chunkFilename ? , experimentalUseImportModule ? , ignoreOrder ? , insert ? , attributes ? , linkType ? , skipRuntimeLoading ? }"
133
133
`;
134
134
135
135
exports [` validate options should throw an error on the "unknown" option with "{ } " value 1` ] = `
136
136
"Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.
137
137
- options has an unknown property 'unknown'. These properties are valid:
138
- object { filename ? , chunkFilename ? , experimentalUseImportModule ? , ignoreOrder ? , insert ? , attributes ? , linkType ? }"
138
+ object { filename ? , chunkFilename ? , experimentalUseImportModule ? , ignoreOrder ? , insert ? , attributes ? , linkType ? , skipRuntimeLoading ? }"
139
139
`;
140
140
141
141
exports [` validate options should throw an error on the "unknown" option with "1" value 1` ] = `
142
142
"Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.
143
143
- options has an unknown property 'unknown'. These properties are valid:
144
- object { filename ? , chunkFilename ? , experimentalUseImportModule ? , ignoreOrder ? , insert ? , attributes ? , linkType ? }"
144
+ object { filename ? , chunkFilename ? , experimentalUseImportModule ? , ignoreOrder ? , insert ? , attributes ? , linkType ? , skipRuntimeLoading ? }"
145
145
`;
146
146
147
147
exports [` validate options should throw an error on the "unknown" option with "false" value 1` ] = `
148
148
"Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.
149
149
- options has an unknown property 'unknown'. These properties are valid:
150
- object { filename ? , chunkFilename ? , experimentalUseImportModule ? , ignoreOrder ? , insert ? , attributes ? , linkType ? }"
150
+ object { filename ? , chunkFilename ? , experimentalUseImportModule ? , ignoreOrder ? , insert ? , attributes ? , linkType ? , skipRuntimeLoading ? }"
151
151
`;
152
152
153
153
exports [` validate options should throw an error on the "unknown" option with "test" value 1` ] = `
154
154
"Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.
155
155
- options has an unknown property 'unknown'. These properties are valid:
156
- object { filename ? , chunkFilename ? , experimentalUseImportModule ? , ignoreOrder ? , insert ? , attributes ? , linkType ? }"
156
+ object { filename ? , chunkFilename ? , experimentalUseImportModule ? , ignoreOrder ? , insert ? , attributes ? , linkType ? , skipRuntimeLoading ? }"
157
157
`;
158
158
159
159
exports [` validate options should throw an error on the "unknown" option with "true" value 1` ] = `
160
160
"Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.
161
161
- options has an unknown property 'unknown'. These properties are valid:
162
- object { filename ? , chunkFilename ? , experimentalUseImportModule ? , ignoreOrder ? , insert ? , attributes ? , linkType ? }"
162
+ object { filename ? , chunkFilename ? , experimentalUseImportModule ? , ignoreOrder ? , insert ? , attributes ? , linkType ? , skipRuntimeLoading ? }"
163
163
`;
0 commit comments