Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove the ssr external for vue
  • Loading branch information
kalepail committed Mar 29, 2024
commit 34b1f8429192624ad28ab83a531d8bdba4c45494
2 changes: 1 addition & 1 deletion packages/integrations/vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async function getViteConfiguration(options?: Options): Promise<UserConfig> {
},
plugins: [vue(vueOptions), virtualAppEntrypoint(vueOptions)],
ssr: {
external: ['@vue/server-renderer'],
// external: ['@vue/server-renderer'],
noExternal: ['vuetify', 'vueperslides', 'primevue'],
},
};
Expand Down