Skip to content

Commit

Permalink
chore: remove server from size-limit and add limit for client size js…
Browse files Browse the repository at this point in the history
… and css
  • Loading branch information
logotip4ik committed Oct 20, 2024
1 parent ff11206 commit 172a958
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,13 @@
"size-limit": [
{
"name": "js",
"path": ".output/public/_nuxt/*.js"
"path": "./.output/public/_nuxt/*.js",
"limit": "265kb"
},
{
"name": "css",
"path": ".output/public/_nuxt/*.css"
},
{
"name": "server",
"path": ".output/server/**/*"
"path": "./.output/public/_nuxt/*.css",
"limit": "16kb"
}
]
}

0 comments on commit 172a958

Please sign in to comment.