1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 09:49:17 +02:00

STF is now buildable.

This commit is contained in:
Gunther Brunner 2014-05-29 12:38:47 +09:00
parent f14f69cd64
commit 589eaf8066
2 changed files with 2 additions and 1 deletions

View file

@ -48,7 +48,7 @@ gulp.task("webpack:build", function (callback) {
}),
new webpack.optimize.DedupePlugin(),
new ngminPlugin(),
new webpack.optimize.UglifyJsPlugin()
new webpack.optimize.UglifyJsPlugin({mangle: false})
)
myConfig.devtool = false