Skip to content

Commit

Permalink
[client-narratives] update bundlesize config
Browse files Browse the repository at this point in the history
For unknown reasons, the core-vendors and other-vendors chunks have different hashes when building locally compared with via GitHub CI. This is after running `npm ci` to mimic the CI conditions. An issue should be created to better understand this, as it implies that the contents differ.
  • Loading branch information
jameshadfield committed Jul 15, 2020
1 parent b343979 commit de9439f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundlesize.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"maxSize": "75 kB"
},
{
"path": "./dist/auspice.chunk.core-vendors.bundle.bc9da2d0914e5d660906.js",
"path": "./dist/auspice.chunk.core-vendors.bundle.*.js",
"maxSize": "220 kB"
},
{
"path": "./dist/auspice.chunk.other-vendors.bundle.9d99e2afe0ac9ee19164.js",
"path": "./dist/auspice.chunk.other-vendors.bundle.*.js",
"maxSize": "80 kB"
},
{
Expand Down

0 comments on commit de9439f

Please sign in to comment.