@@ -162,7 +162,7 @@ exports[`ICSS show work with the case "import": errors 1`] = `Array []`;
162
162
exports [` ICSS show work with the case "import": module 1` ] = `
163
163
"// Imports
164
164
var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
165
- var ___CSS_LOADER_ICSS_IMPORT_0___ = require(\\ "-!../../../../../src/index.js??ref--4 !./vars.css\\ ");
165
+ var ___CSS_LOADER_ICSS_IMPORT_0___ = require(\\ "-!../../../../../src/index.js??[ident] !./vars.css\\ ");
166
166
exports = module.exports = ___CSS_LOADER_API_IMPORT___(false);
167
167
exports.i(___CSS_LOADER_ICSS_IMPORT_0___);
168
168
// Module
@@ -176,7 +176,7 @@ exports.locals = {
176
176
exports [` ICSS show work with the case "import": result 1` ] = `
177
177
Array [
178
178
Array [
179
- "../../src/index.js?!./icss/tests-cases/import/vars.css",
179
+ "../../src/index.js?[ident] !./icss/tests-cases/import/vars.css",
180
180
"
181
181
",
182
182
"",
@@ -199,7 +199,7 @@ exports[`ICSS show work with the case "import-reserved-keywords": errors 1`] = `
199
199
exports [` ICSS show work with the case "import-reserved-keywords": module 1` ] = `
200
200
"// Imports
201
201
var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../../src/runtime/api.js\\ ");
202
- var ___CSS_LOADER_ICSS_IMPORT_0___ = require(\\ "-!../../../../../src/index.js??ref--4 !./vars.css\\ ");
202
+ var ___CSS_LOADER_ICSS_IMPORT_0___ = require(\\ "-!../../../../../src/index.js??[ident] !./vars.css\\ ");
203
203
exports = module.exports = ___CSS_LOADER_API_IMPORT___(false);
204
204
exports.i(___CSS_LOADER_ICSS_IMPORT_0___);
205
205
// Module
@@ -214,7 +214,7 @@ exports.locals = {
214
214
exports [` ICSS show work with the case "import-reserved-keywords": result 1` ] = `
215
215
Array [
216
216
Array [
217
- "../../src/index.js?!./icss/tests-cases/import-reserved-keywords/vars.css",
217
+ "../../src/index.js?[ident] !./icss/tests-cases/import-reserved-keywords/vars.css",
218
218
"
219
219
",
220
220
"",
0 commit comments