diff --git a/vite.config.ts b/vite.config.ts index 767f1b1fc09dcc6bc89b3bdb0324887b0776ad54..37a87409bb69762362a52b4b1b81fa69e89d8621 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,13 +7,13 @@ export default defineConfig(() => ({ name: '@funkwhale/api' }, rollupOptions: { - external: ['vue', 'vuex'], - output: { + external: ['vue', 'vuex'], + output: { exports: 'named', globals: { vue: 'Vue' } - } + } } }, publicDir: false