mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
chore(build): fix prod build
This commit is contained in:
parent
5b7c132eac
commit
44fe93a0c6
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ module.exports = webpackMerge(commonConfig, {
|
||||||
|
|
||||||
|
|
||||||
beautify: false, //prod
|
beautify: false, //prod
|
||||||
mangle: { screw_ie8 : true }, //prod
|
mangle: false,
|
||||||
compress: { screw_ie8: true }, //prod
|
compress: { screw_ie8: true }, //prod
|
||||||
comments: false //prod
|
comments: false //prod
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue