@@ -51,7 +51,7 @@ exports[`validate options should throw an error on the "importLoaders" option wi
5151exports [` validate options should throw an error on the "modules" option with "{ " auto" :" invalid" } " value 1` ] = `
5252"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
5353 - options.modules should be one of these:
54- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
54+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
5555 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
5656 Details :
5757 * options .modules .auto should be one of these :
@@ -109,7 +109,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
109109exports [`validate options should throw an error on the "modules " option with "{" localIdentRegExp" :true }" value 1`] = `
110110"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
111111 - options.modules should be one of these:
112- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
112+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
113113 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
114114 Details :
115115 * options .modules .localIdentRegExp should be one of these :
@@ -123,7 +123,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
123123exports [` validate options should throw an error on the "modules" option with "{ " mode" :" globals" } " value 1` ] = `
124124"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
125125 - options.modules should be one of these:
126- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
126+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
127127 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
128128 Details :
129129 * options .modules .mode should be one of these :
@@ -138,7 +138,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
138138exports [`validate options should throw an error on the "modules " option with "{" mode" :"locals "}" value 1`] = `
139139"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
140140 - options.modules should be one of these:
141- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
141+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
142142 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
143143 Details :
144144 * options .modules .mode should be one of these :
@@ -153,7 +153,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
153153exports [`validate options should throw an error on the "modules " option with "{" mode" :"pures "}" value 1`] = `
154154"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
155155 - options.modules should be one of these:
156- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
156+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
157157 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
158158 Details :
159159 * options .modules .mode should be one of these :
@@ -168,7 +168,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
168168exports [`validate options should throw an error on the "modules " option with "{" mode" :true }" value 1`] = `
169169"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
170170 - options.modules should be one of these:
171- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
171+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
172172 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
173173 Details :
174174 * options .modules .mode should be one of these :
@@ -189,53 +189,53 @@ exports[`validate options should throw an error on the "modules" option with "{"
189189exports [`validate options should throw an error on the "modules " option with "globals " value 1`] = `
190190"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
191191 - options.modules should be one of these:
192- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
192+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
193193 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
194194 Details :
195195 * options .modules should be a boolean .
196196 * options .modules should be one of these :
197197 \\" local\\ " | \\" global\\ " | \\" pure\\ "
198198 * options .modules should be an object :
199- object { auto?, mode?, localIdentName?, localIdentContext?, localIdentHashPrefix?, localIdentRegExp?, getLocalIdent?, namedExport?, exportGlobals?, exportLocalsConvention?, exportOnlyLocals? }"
199+ object { type?, auto?, mode?, localIdentName?, localIdentContext?, localIdentHashPrefix?, localIdentRegExp?, getLocalIdent?, namedExport?, exportGlobals?, exportLocalsConvention?, exportOnlyLocals? }"
200200`;
201201
202202exports [` validate options should throw an error on the "modules" option with "locals" value 1` ] = `
203203"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
204204 - options.modules should be one of these:
205- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
205+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
206206 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
207207 Details :
208208 * options .modules should be a boolean .
209209 * options .modules should be one of these :
210210 \\" local\\ " | \\" global\\ " | \\" pure\\ "
211211 * options .modules should be an object :
212- object { auto?, mode?, localIdentName?, localIdentContext?, localIdentHashPrefix?, localIdentRegExp?, getLocalIdent?, namedExport?, exportGlobals?, exportLocalsConvention?, exportOnlyLocals? }"
212+ object { type?, auto?, mode?, localIdentName?, localIdentContext?, localIdentHashPrefix?, localIdentRegExp?, getLocalIdent?, namedExport?, exportGlobals?, exportLocalsConvention?, exportOnlyLocals? }"
213213`;
214214
215215exports [` validate options should throw an error on the "modules" option with "pures" value 1` ] = `
216216"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
217217 - options.modules should be one of these:
218- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
218+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
219219 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
220220 Details :
221221 * options .modules should be a boolean .
222222 * options .modules should be one of these :
223223 \\" local\\ " | \\" global\\ " | \\" pure\\ "
224224 * options .modules should be an object :
225- object { auto?, mode?, localIdentName?, localIdentContext?, localIdentHashPrefix?, localIdentRegExp?, getLocalIdent?, namedExport?, exportGlobals?, exportLocalsConvention?, exportOnlyLocals? }"
225+ object { type?, auto?, mode?, localIdentName?, localIdentContext?, localIdentHashPrefix?, localIdentRegExp?, getLocalIdent?, namedExport?, exportGlobals?, exportLocalsConvention?, exportOnlyLocals? }"
226226`;
227227
228228exports [` validate options should throw an error on the "modules" option with "true" value 1` ] = `
229229"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
230230 - options.modules should be one of these:
231- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
231+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { type ? , auto ? , mode ? , localIdentName ? , localIdentContext ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , namedExport ? , exportGlobals ? , exportLocalsConvention ? , exportOnlyLocals ? }
232232 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
233233 Details :
234234 * options .modules should be a boolean .
235235 * options .modules should be one of these :
236236 \\" local\\ " | \\" global\\ " | \\" pure\\ "
237237 * options .modules should be an object :
238- object { auto?, mode?, localIdentName?, localIdentContext?, localIdentHashPrefix?, localIdentRegExp?, getLocalIdent?, namedExport?, exportGlobals?, exportLocalsConvention?, exportOnlyLocals? }"
238+ object { type?, auto?, mode?, localIdentName?, localIdentContext?, localIdentHashPrefix?, localIdentRegExp?, getLocalIdent?, namedExport?, exportGlobals?, exportLocalsConvention?, exportOnlyLocals? }"
239239`;
240240
241241exports [` validate options should throw an error on the "sourceMap" option with "true" value 1` ] = `
0 commit comments