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

Disabled minify for now.

This commit is contained in:
Gunther Brunner 2014-07-16 17:07:08 +09:00
parent a8b89a143e
commit 13387622c5

View file

@ -75,11 +75,11 @@ gulp.task("webpack:build", function (callback) {
"process.env": {
"NODE_ENV": JSON.stringify('production')
}
}),
})
//new webpack.optimize.DedupePlugin(),
//new ngminPlugin(),
// TODO: mangle when ngmin works
new webpack.optimize.UglifyJsPlugin({mangle: false})
//new webpack.optimize.UglifyJsPlugin({mangle: false})
)
myConfig.devtool = false