Update Vite config

This commit is contained in:
Thehrz 2023-02-18 11:25:03 +08:00
parent 1c47f86270
commit 7601adb7ea

View File

@ -169,6 +169,6 @@ export default defineConfig({
ssr: { ssr: {
// TODO: workaround until they support native ESM // TODO: workaround until they support native ESM
noExternal: ['workbox-window', /vue-i18n/, 'element-plus'], noExternal: ['workbox-window', /vue-i18n/, 'vuetify'],
}, },
}) })