1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-22 04:33:53 +03:00
This commit is contained in:
Nodeful 2021-09-29 17:21:05 +03:00
parent 0bdb935bc0
commit fa3f8673d1
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",

View File

@ -10,5 +10,5 @@
"strictTemplates": true,
},
"exclude": [],
"paths": { "@angular/*": [ "./node_modules/@angular/*" ] }
"paths": { "@angular/*": [ "../node_modules/@angular/*" ] }
}