Skip to content

Commit

Permalink
fix: update bundlesize stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed May 21, 2022
1 parent ffbb75f commit c479b41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bundlesize.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"path": "./@ngxs/store/fesm2015/ngxs-store.js",
"package": "@ngxs/store",
"target": "es2015",
"maxSize": "116.40KB",
"maxSize": "117.40KB",
"compression": "none"
},
{
"path": "./@ngxs/store/fesm5/ngxs-store.js",
"package": "@ngxs/store",
"target": "es5",
"maxSize": "135.40KB",
"maxSize": "136.40KB",
"compression": "none"
},
{
Expand Down Expand Up @@ -143,19 +143,19 @@
{
"path": "./integrations/hello-world-ng11-ivy/dist-integration/main.*.js",
"target": "es2015",
"maxSize": "251.50 kB",
"maxSize": "251.90 kB",
"compression": "none"
},
{
"path": "./integrations/hello-world-ng12-ivy/dist-integration/main.*.js",
"target": "es2015",
"maxSize": "237.00 kB",
"maxSize": "237.50 kB",
"compression": "none"
},
{
"path": "./integrations/hello-world-ng13-ivy/dist-integration/main.*.js",
"target": "es2015",
"maxSize": "237.40 kB",
"maxSize": "237.60 kB",
"compression": "none"
}
]
Expand Down

0 comments on commit c479b41

Please sign in to comment.