Merge branch 'test'

This commit is contained in:
Daniel Herrero 2017-11-16 09:06:41 +01:00
commit 71efa734dc
1 changed files with 9 additions and 9 deletions

View File

@ -59,14 +59,14 @@ var config = {
], ],
devtool: 'source-map' devtool: 'source-map'
}; };
// FIXME: https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/132
if (!devMode) { // if (!devMode) {
config.plugins.push( // config.plugins.push(
new webpack.optimize.UglifyJsPlugin({ // new webpack.optimize.UglifyJsPlugin({
minimize: true, // minimize: true,
compress: {warnings: false} // compress: {warnings: false}
}) // })
); // );
} // }
module.exports = config; module.exports = config;