@@ -39,7 +39,7 @@ exports[`validate options should throw an error on the "importLoaders" option wi
3939exports [` validate options should throw an error on the "modules" option with "{ " auto" :" invalid" } " value 1` ] = `
4040"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
4141 - options.modules should be one of these:
42- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , localsConvention ? , context ? , hashPrefix ? , getLocalIdent ? , namedExport ? , exportOnlyLocals ? }
42+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , context ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , localsConvention ? , namedExport ? , exportOnlyLocals ? }
4343 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
4444 Details :
4545 * options .modules .auto should be one of these :
@@ -69,7 +69,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
6969exports [` validate options should throw an error on the "modules" option with "{ " getLocalIdent" :[]} " value 1` ] = `
7070"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
7171 - options.modules should be one of these:
72- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , localsConvention ? , context ? , hashPrefix ? , getLocalIdent ? , namedExport ? , exportOnlyLocals ? }
72+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , context ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , localsConvention ? , namedExport ? , exportOnlyLocals ? }
7373 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
7474 Details :
7575 * options .modules .getLocalIdent should be one of these :
@@ -79,9 +79,9 @@ exports[`validate options should throw an error on the "modules" option with "{"
7979 * options.modules.getLocalIdent should be an instance of function ."
8080`;
8181
82- exports [` validate options should throw an error on the "modules" option with "{ " hashPrefix " :true } " value 1` ] = `
82+ exports [` validate options should throw an error on the "modules" option with "{ " localIdentHashPrefix " :true } " value 1` ] = `
8383"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
84- - options.modules.hashPrefix should be a string."
84+ - options.modules.localIdentHashPrefix should be a string."
8585` ;
8686
8787exports [` validate options should throw an error on the "modules" option with "{ " localIdentName" :true } " value 1` ] = `
@@ -92,7 +92,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
9292exports [` validate options should throw an error on the "modules" option with "{ " localIdentRegExp" :true } " value 1` ] = `
9393"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
9494 - options.modules should be one of these:
95- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , localsConvention ? , context ? , hashPrefix ? , getLocalIdent ? , namedExport ? , exportOnlyLocals ? }
95+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , context ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , localsConvention ? , namedExport ? , exportOnlyLocals ? }
9696 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
9797 Details :
9898 * options .modules .localIdentRegExp should be one of these :
@@ -112,7 +112,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
112112exports [` validate options should throw an error on the "modules" option with "{ " mode" :" globals" } " value 1` ] = `
113113"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
114114 - options.modules should be one of these:
115- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , localsConvention ? , context ? , hashPrefix ? , getLocalIdent ? , namedExport ? , exportOnlyLocals ? }
115+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , context ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , localsConvention ? , namedExport ? , exportOnlyLocals ? }
116116 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
117117 Details :
118118 * options .modules .mode should be one of these :
@@ -126,7 +126,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
126126exports [` validate options should throw an error on the "modules" option with "{ " mode" :" locals" } " value 1` ] = `
127127"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
128128 - options.modules should be one of these:
129- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , localsConvention ? , context ? , hashPrefix ? , getLocalIdent ? , namedExport ? , exportOnlyLocals ? }
129+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , context ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , localsConvention ? , namedExport ? , exportOnlyLocals ? }
130130 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
131131 Details :
132132 * options .modules .mode should be one of these :
@@ -140,7 +140,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
140140exports [` validate options should throw an error on the "modules" option with "{ " mode" :" pures" } " value 1` ] = `
141141"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
142142 - options.modules should be one of these:
143- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , localsConvention ? , context ? , hashPrefix ? , getLocalIdent ? , namedExport ? , exportOnlyLocals ? }
143+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , context ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , localsConvention ? , namedExport ? , exportOnlyLocals ? }
144144 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
145145 Details :
146146 * options .modules .mode should be one of these :
@@ -154,7 +154,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
154154exports [` validate options should throw an error on the "modules" option with "{ " mode" :true } " value 1` ] = `
155155"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
156156 - options.modules should be one of these:
157- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , localsConvention ? , context ? , hashPrefix ? , getLocalIdent ? , namedExport ? , exportOnlyLocals ? }
157+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , context ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , localsConvention ? , namedExport ? , exportOnlyLocals ? }
158158 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
159159 Details :
160160 * options .modules .mode should be one of these :
@@ -174,53 +174,53 @@ exports[`validate options should throw an error on the "modules" option with "{"
174174exports [` validate options should throw an error on the "modules" option with "globals" value 1` ] = `
175175"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
176176 - options.modules should be one of these:
177- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , localsConvention ? , context ? , hashPrefix ? , getLocalIdent ? , namedExport ? , exportOnlyLocals ? }
177+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , context ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , localsConvention ? , namedExport ? , exportOnlyLocals ? }
178178 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
179179 Details :
180180 * options .modules should be a boolean .
181181 * options .modules should be one of these :
182182 \\" local\\ " | \\" global\\ " | \\" pure\\ "
183183 * options .modules should be an object :
184- object { auto?, mode?, exportGlobals?, localIdentName?, localIdentRegExp ?, localsConvention ?, context ?, hashPrefix ?, getLocalIdent ?, namedExport?, exportOnlyLocals? }"
184+ object { auto?, mode?, exportGlobals?, localIdentName?, context ?, localIdentHashPrefix ?, localIdentRegExp ?, getLocalIdent ?, localsConvention ?, namedExport?, exportOnlyLocals? }"
185185`;
186186
187187exports [` validate options should throw an error on the "modules" option with "locals" value 1` ] = `
188188"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
189189 - options.modules should be one of these:
190- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , localsConvention ? , context ? , hashPrefix ? , getLocalIdent ? , namedExport ? , exportOnlyLocals ? }
190+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , context ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , localsConvention ? , namedExport ? , exportOnlyLocals ? }
191191 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
192192 Details :
193193 * options .modules should be a boolean .
194194 * options .modules should be one of these :
195195 \\" local\\ " | \\" global\\ " | \\" pure\\ "
196196 * options .modules should be an object :
197- object { auto?, mode?, exportGlobals?, localIdentName?, localIdentRegExp ?, localsConvention ?, context ?, hashPrefix ?, getLocalIdent ?, namedExport?, exportOnlyLocals? }"
197+ object { auto?, mode?, exportGlobals?, localIdentName?, context ?, localIdentHashPrefix ?, localIdentRegExp ?, getLocalIdent ?, localsConvention ?, namedExport?, exportOnlyLocals? }"
198198`;
199199
200200exports [` validate options should throw an error on the "modules" option with "pures" value 1` ] = `
201201"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
202202 - options.modules should be one of these:
203- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , localsConvention ? , context ? , hashPrefix ? , getLocalIdent ? , namedExport ? , exportOnlyLocals ? }
203+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , context ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , localsConvention ? , namedExport ? , exportOnlyLocals ? }
204204 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
205205 Details :
206206 * options .modules should be a boolean .
207207 * options .modules should be one of these :
208208 \\" local\\ " | \\" global\\ " | \\" pure\\ "
209209 * options .modules should be an object :
210- object { auto?, mode?, exportGlobals?, localIdentName?, localIdentRegExp ?, localsConvention ?, context ?, hashPrefix ?, getLocalIdent ?, namedExport?, exportOnlyLocals? }"
210+ object { auto?, mode?, exportGlobals?, localIdentName?, context ?, localIdentHashPrefix ?, localIdentRegExp ?, getLocalIdent ?, localsConvention ?, namedExport?, exportOnlyLocals? }"
211211`;
212212
213213exports [` validate options should throw an error on the "modules" option with "true" value 1` ] = `
214214"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
215215 - options.modules should be one of these:
216- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , localsConvention ? , context ? , hashPrefix ? , getLocalIdent ? , namedExport ? , exportOnlyLocals ? }
216+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , context ? , localIdentHashPrefix ? , localIdentRegExp ? , getLocalIdent ? , localsConvention ? , namedExport ? , exportOnlyLocals ? }
217217 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
218218 Details :
219219 * options .modules should be a boolean .
220220 * options .modules should be one of these :
221221 \\" local\\ " | \\" global\\ " | \\" pure\\ "
222222 * options .modules should be an object :
223- object { auto?, mode?, exportGlobals?, localIdentName?, localIdentRegExp ?, localsConvention ?, context ?, hashPrefix ?, getLocalIdent ?, namedExport?, exportOnlyLocals? }"
223+ object { auto?, mode?, exportGlobals?, localIdentName?, context ?, localIdentHashPrefix ?, localIdentRegExp ?, getLocalIdent ?, localsConvention ?, namedExport?, exportOnlyLocals? }"
224224`;
225225
226226exports [` validate options should throw an error on the "sourceMap" option with "true" value 1` ] = `
0 commit comments