Uglify desactivado en webpack por problemas con angular
This commit is contained in:
parent
90b1d3e690
commit
8e81cec20e
|
@ -38,13 +38,13 @@ module.exports =
|
|||
}
|
||||
]
|
||||
},
|
||||
plugins: [
|
||||
/* plugins: [
|
||||
new webpack.optimize.UglifyJsPlugin ({
|
||||
minimize: true,
|
||||
compress: { warnings: false }
|
||||
})
|
||||
],
|
||||
resolve: {
|
||||
*/ resolve: {
|
||||
modulesDirectories: [
|
||||
__dirname,
|
||||
'node_modules'
|
||||
|
|
Loading…
Reference in New Issue