Split pako

This commit is contained in:
Piotr Rogowski 2022-10-19 23:56:19 +02:00
parent 72d2b71a8f
commit 6d88b37385
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"serve": "vite preview",
"lint": "tsc && eslint --max-warnings=0 src",
"lint:fix": "eslint --fix src",
"stats:bundle": "npm run build && open stats.html",
"analyze": "npm run build && open stats.html",
"typegen": "pocketbase-typegen --json ../pocketbase/pb_schema.json --out src/@types/pocketbase-types.ts"
},
"dependencies": {

View File

@ -18,6 +18,7 @@ export default defineConfig({
sentry: ['@sentry/react', '@sentry/browser', '@sentry/tracing'],
kbar: ['kbar'],
perfectScrollbar: ['perfect-scrollbar'],
pako: ['pako'],
},
},
},