Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
build(nuxt): increase chunkSizeWarningLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Feb 23, 2024
1 parent 4f49cba commit 727385e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/nuxt/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default defineNuxtConfig({
}
},
build: {
target: 'es2020'
target: 'es2020',
chunkSizeWarningLimit: 700
}
}
})

0 comments on commit 727385e

Please sign in to comment.