mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 00:46:29 +00:00
refactor(lint): lint vite config file with customized code styles aligning prettier config
This commit is contained in:
parent
37bba7549b
commit
864be27d0c
@ -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/*',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user