diff --git a/docs/vite.config.ts b/docs/vite.config.ts index 6093b5cb..ff93bb27 100644 --- a/docs/vite.config.ts +++ b/docs/vite.config.ts @@ -8,5 +8,10 @@ export default defineConfig({ include: [/\.vue$/, /\.vue\?vue/, /\.md$/], }), ], - ssr: { noExternal: ['@arco-design/web-vue'] }, + ssr: { + noExternal: [ + '@andatoshiki/vitepress-plugin-nprogress', + '@arco-design/web-vue' + ] + }, })