Skip to content

Commit

Permalink
build : remove vue from rollupOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
chakAs3 committed Sep 21, 2023
1 parent 01303a6 commit 5d26432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storybook-nuxt/src/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const viteFinal: StorybookConfig['viteFinal'] = async (
const nuxtConfig = await defineNuxtConfig(await getStorybookViteConfig(config, options))

return mergeConfig(nuxtConfig.viteConfig, {
build: { rollupOptions: { external: ['vue', 'vue-demi'] } },
build: { rollupOptions: { external: [] } },
define: {
__NUXT__: JSON.stringify({ config: nuxtConfig.nuxt.options.runtimeConfig }),
},
Expand Down

0 comments on commit 5d26432

Please sign in to comment.