Skip to content

Commit

Permalink
fix(angular): fixed angular bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Sören Giller committed Aug 27, 2018
1 parent 0d8c6d6 commit c8a88ac
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,27 +103,18 @@
"src/scss/style.scss"
],
"assets": [
"static/webapp/assets",
"src/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": [
"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 c8a88ac

Please sign in to comment.