feat(web) back-end routing
This commit is contained in:
@@ -39,6 +39,19 @@
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.prod.ts"
|
||||
}
|
||||
],
|
||||
"optimization": true,
|
||||
"outputHashing": "all",
|
||||
"sourceMap": false,
|
||||
"namedChunks": false,
|
||||
"aot": true,
|
||||
"extractLicenses": true,
|
||||
|
||||
"budgets": [
|
||||
{
|
||||
"type": "initial",
|
||||
@@ -50,8 +63,7 @@
|
||||
"maximumWarning": "4kB",
|
||||
"maximumError": "8kB"
|
||||
}
|
||||
],
|
||||
"outputHashing": "all"
|
||||
]
|
||||
},
|
||||
"development": {
|
||||
"optimization": false,
|
||||
@@ -59,6 +71,7 @@
|
||||
"sourceMap": true
|
||||
}
|
||||
},
|
||||
|
||||
"defaultConfiguration": "production"
|
||||
},
|
||||
"serve": {
|
||||
|
||||
Reference in New Issue
Block a user