Merge branch 'test'
This commit is contained in:
commit
71efa734dc
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue