Skip to content

Commit eb42bd7

Browse files
committed
🔥 Remove minification for normal release
1 parent 9f9aa23 commit eb42bd7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

‎build/webpack.release.js‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@ if (process.env.NODE_ENV === 'production') {
8989
'process.env': {
9090
NODE_ENV: '"production"'
9191
}
92-
}),
93-
new webpack.optimize.UglifyJsPlugin({
94-
compress: {
95-
warnings: false
96-
},
97-
sourceMap: true
9892
})
9993
]
10094
}

0 commit comments

Comments
 (0)