mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 04:34:16 +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: {
|
ssr: {
|
||||||
noExternal: [
|
noExternal: ['@andatoshiki/vitepress-plugin-nprogress', '@arco-design/web-vue'],
|
||||||
'@andatoshiki/vitepress-plugin-nprogress',
|
|
||||||
'@arco-design/web-vue'
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user