From 7601adb7eabec55957d7c60c6506c69d5df08ef6 Mon Sep 17 00:00:00 2001 From: Thehrz Date: Sat, 18 Feb 2023 11:25:03 +0800 Subject: [PATCH] Update Vite config --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index a16afc5..3661d14 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -169,6 +169,6 @@ export default defineConfig({ ssr: { // TODO: workaround until they support native ESM - noExternal: ['workbox-window', /vue-i18n/, 'element-plus'], + noExternal: ['workbox-window', /vue-i18n/, 'vuetify'], }, })