mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 03:11:22 +00:00
fix: adding nprogress plugin in terms of ssr for preventing vite build failling
This commit is contained in:
parent
978cee34c2
commit
50f235bc6f
@ -9,9 +9,6 @@ export default defineConfig({
|
||||
}),
|
||||
],
|
||||
ssr: {
|
||||
noExternal: [
|
||||
'@andatoshiki/vitepress-plugin-nprogress',
|
||||
'@arco-design/web-vue'
|
||||
]
|
||||
noExternal: ['@andatoshiki/vitepress-plugin-nprogress', '@arco-design/web-vue'],
|
||||
},
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user