mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Fixed error with UglifyJsPlugin during AOT build after upgrade to angular 7
This commit is contained in:
@@ -47,7 +47,6 @@ module.exports = {
|
||||
comments: false
|
||||
},
|
||||
compress: {
|
||||
warnings: false,
|
||||
conditionals: false,
|
||||
unused: true,
|
||||
comparisons: true,
|
||||
@@ -58,7 +57,8 @@ module.exports = {
|
||||
join_vars: true,
|
||||
negate_iife: true
|
||||
},
|
||||
sourceMap: true
|
||||
sourceMap: true,
|
||||
warnings: false
|
||||
}
|
||||
}),
|
||||
new OptimizeCSSAssetsPlugin({
|
||||
|
Reference in New Issue
Block a user