Skip to content

Commit

Permalink
Exclude assets not required at runtime (#5)
Browse files Browse the repository at this point in the history
increase chunkSizeWarningLimit
  • Loading branch information
stefanseifert committed Sep 21, 2024
1 parent 79f309a commit 241073c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import { description, appDeployName } from './package.json'
// https://vitejs.dev/config/
export default defineConfig({
base: `/${appDeployName}/`,
build: {
chunkSizeWarningLimit: 5242880
},
plugins: [
vue(),
VitePWA({
Expand Down

0 comments on commit 241073c

Please sign in to comment.