Skip to content

Commit 923c98f

Browse files
committed
add output.clean option
1 parent 03ffa45 commit 923c98f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integrations/webpack/index.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ test(
3232
let MiniCssExtractPlugin = require('mini-css-extract-plugin')
3333
3434
module.exports = {
35+
output: {
36+
clean: true,
37+
},
3538
plugins: [new MiniCssExtractPlugin()],
3639
module: {
3740
rules: [

0 commit comments

Comments
 (0)