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
exports[`CssMinimizerPlugin should work with warnings and use memory cache when the "cache" option is "true" and the asset has been changed: errors 1`] =`
315
315
Array [
316
-
"Warning: foo.css from Css Minimizer Plugin
316
+
"Warning: foo.css from Css Minimizer plugin
317
317
[warning-plugin] Warning from foo.css",
318
-
"Warning: style-2.css from Css Minimizer Plugin
318
+
"Warning: style-2.css from Css Minimizer plugin
319
319
[warning-plugin] Warning from style-2.css",
320
-
"Warning: style.css from Css Minimizer Plugin
320
+
"Warning: style.css from Css Minimizer plugin
321
321
[warning-plugin] Warning from style.css",
322
322
]
323
323
`;
@@ -328,11 +328,11 @@ exports[`CssMinimizerPlugin should work with warnings and use memory cache when
328
328
329
329
exports[`CssMinimizerPlugin should work with warnings and use memory cache when the "cache" option is "true" and the asset has been changed: warnings 2`] =`
330
330
Array [
331
-
"Warning: foo.css from Css Minimizer Plugin
331
+
"Warning: foo.css from Css Minimizer plugin
332
332
[warning-plugin] Warning from foo.css",
333
-
"Warning: style-2.css from Css Minimizer Plugin
333
+
"Warning: style-2.css from Css Minimizer plugin
334
334
[warning-plugin] Warning from style-2.css",
335
-
"Warning: style.css from Css Minimizer Plugin
335
+
"Warning: style.css from Css Minimizer plugin
336
336
[warning-plugin] Warning from style.css",
337
337
]
338
338
`;
@@ -367,11 +367,11 @@ a {
367
367
368
368
exports[`CssMinimizerPlugin should work with warnings and use memory cache when the "cache" option is "true": errors 1`] =`
369
369
Array [
370
-
"Warning: foo.css from Css Minimizer Plugin
370
+
"Warning: foo.css from Css Minimizer plugin
371
371
[warning-plugin] Warning from foo.css",
372
-
"Warning: style-2.css from Css Minimizer Plugin
372
+
"Warning: style-2.css from Css Minimizer plugin
373
373
[warning-plugin] Warning from style-2.css",
374
-
"Warning: style.css from Css Minimizer Plugin
374
+
"Warning: style.css from Css Minimizer plugin
375
375
[warning-plugin] Warning from style.css",
376
376
]
377
377
`;
@@ -382,11 +382,11 @@ exports[`CssMinimizerPlugin should work with warnings and use memory cache when
382
382
383
383
exports[`CssMinimizerPlugin should work with warnings and use memory cache when the "cache" option is "true": warnings 2`] =`
0 commit comments