@@ -99,47 +99,47 @@ exports[`validate options should throw an error on the "linkType" option with "i
9999exports[`validate options should throw an error on the "unknown" option with "/test/" value 1`] = `
100100"Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.
101101 - options has an unknown property 'unknown'. These properties are valid:
102- object { filename ? , chunkFilename ? , ignoreOrder ? , insert ? , attributes ? , linkType ? }"
102+ object { filename ? , chunkFilename ? , ignoreOrder ? , insert ? , attributes ? , linkType ? , query ? }"
103103`;
104104
105105exports [` validate options should throw an error on the "unknown" option with "[]" value 1` ] = `
106106"Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.
107107 - options has an unknown property 'unknown'. These properties are valid:
108- object { filename ? , chunkFilename ? , ignoreOrder ? , insert ? , attributes ? , linkType ? }"
108+ object { filename ? , chunkFilename ? , ignoreOrder ? , insert ? , attributes ? , linkType ? , query ? }"
109109`;
110110
111111exports [` validate options should throw an error on the "unknown" option with "{ " foo" :" bar" } " value 1` ] = `
112112"Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.
113113 - options has an unknown property 'unknown'. These properties are valid:
114- object { filename ? , chunkFilename ? , ignoreOrder ? , insert ? , attributes ? , linkType ? }"
114+ object { filename ? , chunkFilename ? , ignoreOrder ? , insert ? , attributes ? , linkType ? , query ? }"
115115`;
116116
117117exports [` validate options should throw an error on the "unknown" option with "{ } " value 1` ] = `
118118"Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.
119119 - options has an unknown property 'unknown'. These properties are valid:
120- object { filename ? , chunkFilename ? , ignoreOrder ? , insert ? , attributes ? , linkType ? }"
120+ object { filename ? , chunkFilename ? , ignoreOrder ? , insert ? , attributes ? , linkType ? , query ? }"
121121`;
122122
123123exports [` validate options should throw an error on the "unknown" option with "1" value 1` ] = `
124124"Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.
125125 - options has an unknown property 'unknown'. These properties are valid:
126- object { filename ? , chunkFilename ? , ignoreOrder ? , insert ? , attributes ? , linkType ? }"
126+ object { filename ? , chunkFilename ? , ignoreOrder ? , insert ? , attributes ? , linkType ? , query ? }"
127127`;
128128
129129exports [` validate options should throw an error on the "unknown" option with "false" value 1` ] = `
130130"Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.
131131 - options has an unknown property 'unknown'. These properties are valid:
132- object { filename ? , chunkFilename ? , ignoreOrder ? , insert ? , attributes ? , linkType ? }"
132+ object { filename ? , chunkFilename ? , ignoreOrder ? , insert ? , attributes ? , linkType ? , query ? }"
133133`;
134134
135135exports [` validate options should throw an error on the "unknown" option with "test" value 1` ] = `
136136"Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.
137137 - options has an unknown property 'unknown'. These properties are valid:
138- object { filename ? , chunkFilename ? , ignoreOrder ? , insert ? , attributes ? , linkType ? }"
138+ object { filename ? , chunkFilename ? , ignoreOrder ? , insert ? , attributes ? , linkType ? , query ? }"
139139`;
140140
141141exports [` validate options should throw an error on the "unknown" option with "true" value 1` ] = `
142142"Invalid options object. Mini CSS Extract Plugin has been initialized using an options object that does not match the API schema.
143143 - options has an unknown property 'unknown'. These properties are valid:
144- object { filename ? , chunkFilename ? , ignoreOrder ? , insert ? , attributes ? , linkType ? }"
144+ object { filename ? , chunkFilename ? , ignoreOrder ? , insert ? , attributes ? , linkType ? , query ? }"
145145`;
0 commit comments