Skip to content

Commit

Permalink
demo(prod): fix warning build prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Barbeau committed Sep 30, 2020
1 parent 51c826b commit 6913ca8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions angular.json
Expand Up @@ -55,7 +55,10 @@
"@turf/invariant",
"@turf/line-intersect",
"pbf",
"geojson-rbush"
"geojson-rbush",
"minimatch",
"path",
"brace-expansion"
]
},
"configurations": {
Expand All @@ -78,8 +81,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "5mb",
"maximumError": "6mb"
"maximumWarning": "6mb",
"maximumError": "7mb"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit 6913ca8

Please sign in to comment.