refactor(lint): lint vite config file with customized code styles aligning prettier config

This commit is contained in:
Anda Toshiki 2023-09-17 02:12:36 -07:00
parent 37bba7549b
commit 864be27d0c

View File

@ -56,10 +56,7 @@ export default defineConfig(async () => {
chunkSizeWarningLimit: 1600, chunkSizeWarningLimit: 1600,
// rollup build options // rollup build options
rollupOptions: { rollupOptions: {
external: [ external: ['node:*', './assets/*'],
'node:*',
'./assets/*',
],
}, },
}, },
} }