Skip to content

Commit

Permalink
alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Jun 13, 2018
1 parent 1077841 commit 3285f00
Show file tree
Hide file tree
Showing 11 changed files with 176 additions and 5,564 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
"with": "src/environments/environment.prod.ts"
}
],
"optimization": false,
"optimization": true,
"outputHashing": "none",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": false
"vendorChunk": true,
"buildOptimizer": true
}
}
},
Expand Down
Loading

0 comments on commit 3285f00

Please sign in to comment.