@@ -162,7 +162,7 @@ exports[`ICSS show work with the case "import": errors 1`] = `Array []`;
162162exports [` ICSS show work with the case "import": module 1` ] = `
163163"// Imports
164164var ___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\\ ");
166166exports = module.exports = ___CSS_LOADER_API_IMPORT___(false);
167167exports.i(___CSS_LOADER_ICSS_IMPORT_0___);
168168// Module
@@ -176,7 +176,7 @@ exports.locals = {
176176exports [` ICSS show work with the case "import": result 1` ] = `
177177Array [
178178 Array [
179- "../../src/index.js?!./icss/tests-cases/import/vars.css",
179+ "../../src/index.js?[ident] !./icss/tests-cases/import/vars.css",
180180 "
181181",
182182 "",
@@ -199,7 +199,7 @@ exports[`ICSS show work with the case "import-reserved-keywords": errors 1`] = `
199199exports [` ICSS show work with the case "import-reserved-keywords": module 1` ] = `
200200"// Imports
201201var ___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\\ ");
203203exports = module.exports = ___CSS_LOADER_API_IMPORT___(false);
204204exports.i(___CSS_LOADER_ICSS_IMPORT_0___);
205205// Module
@@ -214,7 +214,7 @@ exports.locals = {
214214exports [` ICSS show work with the case "import-reserved-keywords": result 1` ] = `
215215Array [
216216 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",
218218 "
219219",
220220 "",
0 commit comments