Adjust Vite config

This commit is contained in:
Piotr Rogowski 2022-11-18 18:40:01 +01:00
parent 6eed4b6272
commit 11950e5d63
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ export default ({ mode }) => {
return defineConfig({
build: {
outDir: 'build',
sourcemap: true,
rollupOptions: {
output: {
manualChunks: {
@ -26,7 +25,6 @@ export default ({ mode }) => {
kbar: ['kbar'],
perfectScrollbar: ['perfect-scrollbar'],
pako: ['pako'],
mlgConverter: ['mlg-converter'],
},
},
},