diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-11-29 12:40:29 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-11-29 12:40:29 +0100 |
| commit | d49ba8bca4475082679631b2e613ad288abd8cbb (patch) | |
| tree | 636b9144dc4e17bca7cc68b170faf51735b56b38 /code/app/vite.config.js | |
| parent | 8d142d28526887ba56d571578805042751949d16 (diff) | |
| download | greatoffice-d49ba8bca4475082679631b2e613ad288abd8cbb.tar.xz greatoffice-d49ba8bca4475082679631b2e613ad288abd8cbb.zip | |
revert: ^
Diffstat (limited to 'code/app/vite.config.js')
| -rw-r--r-- | code/app/vite.config.js | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/code/app/vite.config.js b/code/app/vite.config.js index 353d771..25fc59f 100644 --- a/code/app/vite.config.js +++ b/code/app/vite.config.js @@ -1,16 +1,10 @@ import { sveltekit } from '@sveltejs/kit/vite'; -import { splitVendorChunkPlugin } from 'vite' /** @type {import('vite').UserConfig} */ const config = { - plugins: [sveltekit(), splitVendorChunkPlugin()], + plugins: [sveltekit()], build: { - target: "es2020", - rollupOptions: { - output: { - manualChunks: undefined - } - } + target: "es2020" }, optimizeDeps: { esbuildOptions: { |
