Skip to content

Commit

Permalink
fix(angular):fixed anguar json (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Aug 27, 2018
1 parent 78914ef commit 0d8c6d6
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,24 @@
"static/webapp/assets",
"src/static/webapp"
]
}
},"configurations": {
"production": {
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
]
},
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
Expand Down

0 comments on commit 0d8c6d6

Please sign in to comment.