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__/CssMinimizerPlugin.test.js.snap
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,16 @@ exports[`CssMinimizerPlugin should work with child compilation: errors 1`] = `[]
232
232
233
233
exports[`CssMinimizerPlugin should work with child compilation: warnings 1`] =`[]`;
234
234
235
+
exports[`CssMinimizerPlugin should work with empty files: assets 1`] =`
236
+
{
237
+
"main.css": "",
238
+
}
239
+
`;
240
+
241
+
exports[`CssMinimizerPlugin should work with empty files: errors 1`] =`[]`;
242
+
243
+
exports[`CssMinimizerPlugin should work with empty files: warnings 1`] =`[]`;
244
+
235
245
exports[`CssMinimizerPlugin should work with source map and use memory cache when the "cache" option is "true" and the asset has been changed: assets 1`] =`
236
246
{
237
247
"foo.css": "body{color:red}a{color:blue}
@@ -396,6 +406,16 @@ exports[`CssMinimizerPlugin should work with warnings and use memory cache when
396
406
]
397
407
`;
398
408
409
+
exports[`CssMinimizerPlugin should work: assets 1`] =`
410
+
{
411
+
"main.css": "body{color:red}a{color:blue}",
412
+
}
413
+
`;
414
+
415
+
exports[`CssMinimizerPlugin should work: errors 1`] =`[]`;
416
+
417
+
exports[`CssMinimizerPlugin should work: warnings 1`] =`[]`;
418
+
399
419
exports[`CssMinimizerPlugin should write stdout and stderr of workers to stdout and stderr of main process in parallel mode: assets 1`] =`
0 commit comments