@@ -56,7 +56,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
5656exports [` validate options should throw an error on the "modules" option with "{ " getLocalIdent" :[]} " value 1` ] = `
5757"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
5858 - options.modules should be one of these:
59- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
59+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
6060 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
6161 Details :
6262 * options .modules .getLocalIdent should be one of these :
@@ -79,7 +79,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
7979exports [` validate options should throw an error on the "modules" option with "{ " localIdentRegExp" :true } " value 1` ] = `
8080"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
8181 - options.modules should be one of these:
82- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
82+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
8383 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
8484 Details :
8585 * options .modules .localIdentRegExp should be one of these :
@@ -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 "{ " mode" :" globals" } " 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 { mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
95+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
9696 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
9797 Details :
9898 * options .modules .mode should be one of these :
@@ -106,7 +106,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
106106exports [` validate options should throw an error on the "modules" option with "{ " mode" :" locals" } " value 1` ] = `
107107"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
108108 - options.modules should be one of these:
109- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
109+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
110110 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
111111 Details :
112112 * options .modules .mode should be one of these :
@@ -120,7 +120,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
120120exports [` validate options should throw an error on the "modules" option with "{ " mode" :" pures" } " value 1` ] = `
121121"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
122122 - options.modules should be one of these:
123- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
123+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
124124 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
125125 Details :
126126 * options .modules .mode should be one of these :
@@ -134,7 +134,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
134134exports [` validate options should throw an error on the "modules" option with "{ " mode" :true } " value 1` ] = `
135135"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
136136 - options.modules should be one of these:
137- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
137+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
138138 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
139139 Details :
140140 * options .modules .mode should be one of these :
@@ -148,53 +148,53 @@ exports[`validate options should throw an error on the "modules" option with "{"
148148exports [` validate options should throw an error on the "modules" option with "globals" value 1` ] = `
149149"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
150150 - options.modules should be one of these:
151- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
151+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
152152 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
153153 Details :
154154 * options .modules should be a boolean .
155155 * options .modules should be one of these :
156156 \\" local\\ " | \\" global\\ " | \\" pure\\ "
157157 * options .modules should be an object :
158- object { mode?, exportGlobals?, localIdentName?, localIdentRegExp?, context?, hashPrefix?, getLocalIdent? }"
158+ object { auto?, mode?, exportGlobals?, localIdentName?, localIdentRegExp?, context?, hashPrefix?, getLocalIdent? }"
159159`;
160160
161161exports [` validate options should throw an error on the "modules" option with "locals" value 1` ] = `
162162"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
163163 - options.modules should be one of these:
164- boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
164+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
165165 - > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
166166 Details :
167167 * options .modules should be a boolean .
168168 * options .modules should be one of these :
169169 \\" local\\ " | \\" global\\ " | \\" pure\\ "
170170 * options .modules should be an object :
171- object { mode?, exportGlobals?, localIdentName?, localIdentRegExp?, context?, hashPrefix?, getLocalIdent? }"
171+ object { auto?, mode?, exportGlobals?, localIdentName?, localIdentRegExp?, context?, hashPrefix?, getLocalIdent? }"
172172`;
173173
174174exports [` validate options should throw an error on the "modules" option with "pures" 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 { mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
177+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
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 { mode?, exportGlobals?, localIdentName?, localIdentRegExp?, context?, hashPrefix?, getLocalIdent? }"
184+ object { auto?, mode?, exportGlobals?, localIdentName?, localIdentRegExp?, context?, hashPrefix?, getLocalIdent? }"
185185`;
186186
187187exports [` validate options should throw an error on the "modules" option with "true" 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 { mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
190+ boolean | \\ "local\\ " | \\ "global\\ " | \\ "pure\\ " | object { auto ? , mode ? , exportGlobals ? , localIdentName ? , localIdentRegExp ? , context ? , hashPrefix ? , getLocalIdent ? }
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 { mode?, exportGlobals?, localIdentName?, localIdentRegExp?, context?, hashPrefix?, getLocalIdent? }"
197+ object { auto?, mode?, exportGlobals?, localIdentName?, localIdentRegExp?, context?, hashPrefix?, getLocalIdent? }"
198198`;
199199
200200exports [` validate options should throw an error on the "onlyLocals" option with "true" value 1` ] = `
0 commit comments