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
|
comments: false
|
||||||
},
|
},
|
||||||
compress: {
|
compress: {
|
||||||
warnings: false,
|
|
||||||
conditionals: false,
|
conditionals: false,
|
||||||
unused: true,
|
unused: true,
|
||||||
comparisons: true,
|
comparisons: true,
|
||||||
@@ -58,7 +57,8 @@ module.exports = {
|
|||||||
join_vars: true,
|
join_vars: true,
|
||||||
negate_iife: true
|
negate_iife: true
|
||||||
},
|
},
|
||||||
sourceMap: true
|
sourceMap: true,
|
||||||
|
warnings: false
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
new OptimizeCSSAssetsPlugin({
|
new OptimizeCSSAssetsPlugin({
|
||||||
|
Reference in New Issue
Block a user