fix: adding nprogress plugin in terms of ssr for preventing vite build failling

This commit is contained in:
andatoshiki 2023-03-24 17:07:55 +08:00
parent 978cee34c2
commit 50f235bc6f

View File

@ -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'],
},
})