Skip to content

Commit 2bb31b0

Browse files
committed
[TASK] Disable CleanWebpackPlugin
1 parent d6b9061 commit 2bb31b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Build/webpack.common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ module.exports = {
117117
},
118118
plugins: [
119119
new webpack.ProgressPlugin(),
120-
new CleanWebpackPlugin(),
120+
// new CleanWebpackPlugin(),
121121
new WebpackBar({
122122
clear: false,
123123
profile: true,

0 commit comments

Comments
 (0)