You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/__snapshots__/loader.test.js.snap
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -276,11 +276,9 @@ exports[`loader should throws error when no loader(s) for assets: errors 1`] = `
276
276
277
277
exports[`loader should throws error when no loader(s) for assets: warnings 1`] =`[]`;
278
278
279
-
exports[`loader should work and nothing to do with built-in CSS support: errors 1`] =`[]`;
280
-
281
-
exports[`loader should work and nothing to do with built-in CSS support: errors 2`] =`[]`;
279
+
exports[`loader should work and nothing to do with built-in CSS support with futureDefaults: errors 1`] =`[]`;
282
280
283
-
exports[`loader should work and nothing to do with built-in CSS support: module 1`] =`
281
+
exports[`loader should work and nothing to do with built-in CSS support with futureDefaults: module 1`] =`
284
282
"@charset "UTF-8";
285
283
286
284
@@ -434,7 +432,16 @@ a[href="" i] {
434
432
"
435
433
`;
436
434
437
-
exports[`loader should work and nothing to do with built-in CSS support: module 2`] =`
435
+
exports[`loader should work and nothing to do with built-in CSS support with futureDefaults: warnings 1`] =`
436
+
[
437
+
"ModuleWarning: Module Warning (from \`replaced original path\`):
438
+
You can't use \`experiments.css\` (\`experiments.futureDefaults\` enable built-in CSS support by default) and \`css-loader\` together, please set \`experiments.css\` to \`false\` or set \`{type: "javascript/auto"}\` for rules with \`css-loader\` in your webpack config (now css-loader does nothing).",
439
+
]
440
+
`;
441
+
442
+
exports[`loader should work and nothing to do with built-in CSS support: errors 1`] =`[]`;
443
+
444
+
exports[`loader should work and nothing to do with built-in CSS support: module 1`] =`
438
445
"@charset "UTF-8";
439
446
440
447
@@ -595,13 +602,6 @@ You can't use \`experiments.css\` (\`experiments.futureDefaults\` enable built-i
595
602
]
596
603
`;
597
604
598
-
exports[`loader should work and nothing to do with built-in CSS support: warnings 2`] =`
599
-
[
600
-
"ModuleWarning: Module Warning (from \`replaced original path\`):
601
-
You can't use \`experiments.css\` (\`experiments.futureDefaults\` enable built-in CSS support by default) and \`css-loader\` together, please set \`experiments.css\` to \`false\` or set \`{type: "javascript/auto"}\` for rules with \`css-loader\` in your webpack config (now css-loader does nothing).",
602
-
]
603
-
`;
604
-
605
605
exports[`loader should work in 'production' mode: errors 1`] =`[]`;
606
606
607
607
exports[`loader should work in 'production' mode: module 1`] =`
0 commit comments