@@ -5,7 +5,7 @@ exports[`"esModule" option should work when not specified: errors 1`] = `Array [
55exports [` "esModule" option should work when not specified: module 1` ] = `
66"// Imports
77import ___CSS_LOADER_API_IMPORT___ from \\ "../../../src/runtime/api.js\\ ";
8- import ___CSS_LOADER_AT_RULE_IMPORT_0___ from \\ "-!../../../src/index.js??[ident ]!./imported.css\\ ";
8+ import ___CSS_LOADER_AT_RULE_IMPORT_0___ from \\ "-!../../../src/index.js??ruleSet[1].rules[0].use[0 ]!./imported.css\\ ";
99import ___CSS_LOADER_GET_URL_IMPORT___ from \\ "../../../src/runtime/getUrl.js\\ ";
1010import ___CSS_LOADER_URL_IMPORT_0___ from \\ "./img.png\\ ";
1111var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){ return i [1 ]} );
@@ -21,7 +21,7 @@ export default ___CSS_LOADER_EXPORT___;
2121exports [` "esModule" option should work when not specified: result 1` ] = `
2222Array [
2323 Array [
24- "../../src/index.js?[ident ]!./es-module/imported.css",
24+ "../../src/index.js??ruleSet[1].rules[0].use[0 ]!./es-module/imported.css",
2525 ".foo {
2626 color : red ;
2727}
@@ -51,7 +51,7 @@ exports[`"esModule" option should work with a value equal to "false": errors 1`]
5151exports [` "esModule" option should work with a value equal to "false": module 1` ] = `
5252"// Imports
5353var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../src/runtime/api.js\\ ");
54- var ___CSS_LOADER_AT_RULE_IMPORT_0___ = require(\\ "-!../../../src/index.js??[ident ]!./imported.css\\ ");
54+ var ___CSS_LOADER_AT_RULE_IMPORT_0___ = require(\\ "-!../../../src/index.js??ruleSet[1].rules[0].use[0 ]!./imported.css\\ ");
5555var ___CSS_LOADER_GET_URL_IMPORT___ = require(\\ "../../../src/runtime/getUrl.js\\ ");
5656var ___CSS_LOADER_URL_IMPORT_0___ = require(\\ "./img.png\\ ");
5757var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){ return i [1 ]} );
@@ -67,7 +67,7 @@ module.exports = ___CSS_LOADER_EXPORT___;
6767exports [` "esModule" option should work with a value equal to "false": result 1` ] = `
6868Array [
6969 Array [
70- "../../src/index.js?[ident ]!./es-module/imported.css",
70+ "../../src/index.js??ruleSet[1].rules[0].use[0 ]!./es-module/imported.css",
7171 ".foo {
7272 color : red ;
7373}
@@ -97,7 +97,7 @@ exports[`"esModule" option should work with a value equal to "true" and the "mod
9797exports [` "esModule" option should work with a value equal to "true" and the "mode" value equal to "global": module 1` ] = `
9898"// Imports
9999import ___CSS_LOADER_API_IMPORT___ from \\ "../../../src/runtime/api.js\\ ";
100- import ___CSS_LOADER_AT_RULE_IMPORT_0___ from \\ "-!../../../src/index.js??[ident ]!./imported.css\\ ";
100+ import ___CSS_LOADER_AT_RULE_IMPORT_0___ from \\ "-!../../../src/index.js??ruleSet[1].rules[0].use[0 ]!./imported.css\\ ";
101101import ___CSS_LOADER_GET_URL_IMPORT___ from \\ "../../../src/runtime/getUrl.js\\ ";
102102import ___CSS_LOADER_URL_IMPORT_0___ from \\ "./img.png\\ ";
103103var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){ return i [1 ]} );
@@ -114,7 +114,7 @@ export default ___CSS_LOADER_EXPORT___;
114114exports [` "esModule" option should work with a value equal to "true" and the "mode" value equal to "global": result 1` ] = `
115115Array [
116116 Array [
117- "../../src/index.js?[ident ]!./es-module/imported.css",
117+ "../../src/index.js??ruleSet[1].rules[0].use[0 ]!./es-module/imported.css",
118118 ".foo {
119119 color : red ;
120120}
@@ -144,7 +144,7 @@ exports[`"esModule" option should work with a value equal to "true" and the "mod
144144exports [` "esModule" option should work with a value equal to "true" and the "mode" value equal to "local": module 1` ] = `
145145"// Imports
146146import ___CSS_LOADER_API_IMPORT___ from \\ "../../../src/runtime/api.js\\ ";
147- import ___CSS_LOADER_AT_RULE_IMPORT_0___ from \\ "-!../../../src/index.js??[ident ]!./imported.css\\ ";
147+ import ___CSS_LOADER_AT_RULE_IMPORT_0___ from \\ "-!../../../src/index.js??ruleSet[1].rules[0].use[0 ]!./imported.css\\ ";
148148import ___CSS_LOADER_GET_URL_IMPORT___ from \\ "../../../src/runtime/getUrl.js\\ ";
149149import ___CSS_LOADER_URL_IMPORT_0___ from \\ "./img.png\\ ";
150150var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){ return i [1 ]} );
@@ -163,7 +163,7 @@ export default ___CSS_LOADER_EXPORT___;
163163exports [` "esModule" option should work with a value equal to "true" and the "mode" value equal to "local": result 1` ] = `
164164Array [
165165 Array [
166- "../../src/index.js?[ident ]!./es-module/imported.css",
166+ "../../src/index.js??ruleSet[1].rules[0].use[0 ]!./es-module/imported.css",
167167 "._2sn2s-Iv44Mnv3FmSmFVuI {
168168 color : red ;
169169}
@@ -193,7 +193,7 @@ exports[`"esModule" option should work with a value equal to "true" and the "mod
193193exports [` "esModule" option should work with a value equal to "true" and the "mode" value equal to "pure": module 1` ] = `
194194"// Imports
195195import ___CSS_LOADER_API_IMPORT___ from \\ "../../../src/runtime/api.js\\ ";
196- import ___CSS_LOADER_AT_RULE_IMPORT_0___ from \\ "-!../../../src/index.js??[ident ]!./imported.css\\ ";
196+ import ___CSS_LOADER_AT_RULE_IMPORT_0___ from \\ "-!../../../src/index.js??ruleSet[1].rules[0].use[0 ]!./imported.css\\ ";
197197import ___CSS_LOADER_GET_URL_IMPORT___ from \\ "../../../src/runtime/getUrl.js\\ ";
198198import ___CSS_LOADER_URL_IMPORT_0___ from \\ "./img.png\\ ";
199199var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){ return i [1 ]} );
@@ -212,7 +212,7 @@ export default ___CSS_LOADER_EXPORT___;
212212exports [` "esModule" option should work with a value equal to "true" and the "mode" value equal to "pure": result 1` ] = `
213213Array [
214214 Array [
215- "../../src/index.js?[ident ]!./es-module/imported.css",
215+ "../../src/index.js??ruleSet[1].rules[0].use[0 ]!./es-module/imported.css",
216216 "._2sn2s-Iv44Mnv3FmSmFVuI {
217217 color : red ;
218218}
@@ -242,7 +242,7 @@ exports[`"esModule" option should work with a value equal to "true": errors 1`]
242242exports [` "esModule" option should work with a value equal to "true": module 1` ] = `
243243"// Imports
244244import ___CSS_LOADER_API_IMPORT___ from \\ "../../../src/runtime/api.js\\ ";
245- import ___CSS_LOADER_AT_RULE_IMPORT_0___ from \\ "-!../../../src/index.js??[ident ]!./imported.css\\ ";
245+ import ___CSS_LOADER_AT_RULE_IMPORT_0___ from \\ "-!../../../src/index.js??ruleSet[1].rules[0].use[0 ]!./imported.css\\ ";
246246import ___CSS_LOADER_GET_URL_IMPORT___ from \\ "../../../src/runtime/getUrl.js\\ ";
247247import ___CSS_LOADER_URL_IMPORT_0___ from \\ "./img.png\\ ";
248248var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){ return i [1 ]} );
@@ -258,7 +258,7 @@ export default ___CSS_LOADER_EXPORT___;
258258exports [` "esModule" option should work with a value equal to "true": result 1` ] = `
259259Array [
260260 Array [
261- "../../src/index.js?[ident ]!./es-module/imported.css",
261+ "../../src/index.js??ruleSet[1].rules[0].use[0 ]!./es-module/imported.css",
262262 ".foo {
263263 color : red ;
264264}
0 commit comments