Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
fix: turn off named chunks to make gh-pages happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Jul 19, 2021
1 parent ebe6679 commit cea95ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"namedChunks": false
},
"configurations": {
"production": {
Expand Down

0 comments on commit cea95ae

Please sign in to comment.