Skip to content

Commit

Permalink
Merge pull request #34 from aes421/BundleBudget
Browse files Browse the repository at this point in the history
Added budget to help us keep people with slow data plans in mind during dev
  • Loading branch information
mirekdlugosz authored Oct 8, 2019
2 parents 02e8434 + 61d3ba4 commit 4c8299e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
]
],
"budgets": [{
"type": "bundle",
"name": "main",
"maximumWarning": "1mb",
"maximumError": "2mb"
}]
}
}
},
Expand Down

0 comments on commit 4c8299e

Please sign in to comment.