@@ -56,7 +56,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
56
56
exports [` validate options should throw an error on the "modules" option with "{ " getLocalIdent" :[]} " value 1` ] = `
57
57
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
58
58
- 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 ? }
60
60
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
61
61
Details :
62
62
* options .modules .getLocalIdent should be one of these :
@@ -79,7 +79,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
79
79
exports [` validate options should throw an error on the "modules" option with "{ " localIdentRegExp" :true } " value 1` ] = `
80
80
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
81
81
- 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 ? }
83
83
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
84
84
Details :
85
85
* options .modules .localIdentRegExp should be one of these :
@@ -92,7 +92,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
92
92
exports [` validate options should throw an error on the "modules" option with "{ " mode" :" globals" } " value 1` ] = `
93
93
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
94
94
- 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 ? }
96
96
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
97
97
Details :
98
98
* options .modules .mode should be one of these :
@@ -106,7 +106,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
106
106
exports [` validate options should throw an error on the "modules" option with "{ " mode" :" locals" } " value 1` ] = `
107
107
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
108
108
- 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 ? }
110
110
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
111
111
Details :
112
112
* options .modules .mode should be one of these :
@@ -120,7 +120,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
120
120
exports [` validate options should throw an error on the "modules" option with "{ " mode" :" pures" } " value 1` ] = `
121
121
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
122
122
- 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 ? }
124
124
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
125
125
Details :
126
126
* options .modules .mode should be one of these :
@@ -134,7 +134,7 @@ exports[`validate options should throw an error on the "modules" option with "{"
134
134
exports [` validate options should throw an error on the "modules" option with "{ " mode" :true } " value 1` ] = `
135
135
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
136
136
- 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 ? }
138
138
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
139
139
Details :
140
140
* options .modules .mode should be one of these :
@@ -148,53 +148,53 @@ exports[`validate options should throw an error on the "modules" option with "{"
148
148
exports [` validate options should throw an error on the "modules" option with "globals" value 1` ] = `
149
149
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
150
150
- 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 ? }
152
152
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
153
153
Details :
154
154
* options .modules should be a boolean .
155
155
* options .modules should be one of these :
156
156
\\" local\\ " | \\" global\\ " | \\" pure\\ "
157
157
* 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? }"
159
159
`;
160
160
161
161
exports [` validate options should throw an error on the "modules" option with "locals" value 1` ] = `
162
162
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
163
163
- 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 ? }
165
165
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
166
166
Details :
167
167
* options .modules should be a boolean .
168
168
* options .modules should be one of these :
169
169
\\" local\\ " | \\" global\\ " | \\" pure\\ "
170
170
* 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? }"
172
172
`;
173
173
174
174
exports [` validate options should throw an error on the "modules" option with "pures" value 1` ] = `
175
175
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
176
176
- 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 ? }
178
178
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
179
179
Details :
180
180
* options .modules should be a boolean .
181
181
* options .modules should be one of these :
182
182
\\" local\\ " | \\" global\\ " | \\" pure\\ "
183
183
* 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? }"
185
185
`;
186
186
187
187
exports [` validate options should throw an error on the "modules" option with "true" value 1` ] = `
188
188
"Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
189
189
- 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 ? }
191
191
- > Enables / Disables CSS Modules and their configuration (https :// github.com/webpack-contrib/css-loader#modules).
192
192
Details :
193
193
* options .modules should be a boolean .
194
194
* options .modules should be one of these :
195
195
\\" local\\ " | \\" global\\ " | \\" pure\\ "
196
196
* 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? }"
198
198
`;
199
199
200
200
exports [` validate options should throw an error on the "onlyLocals" option with "true" value 1` ] = `
0 commit comments