Skip to content

Commit

Permalink
Remove the ssr external for vue (#10601)
Browse files Browse the repository at this point in the history
* remove the ssr external for vue

* Remove the external line vs comment it out

* add a changeset
  • Loading branch information
kalepail committed Mar 29, 2024
1 parent a16a829 commit b3028ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gold-lies-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@astrojs/vue": patch
---

Remove the unnecessary and deprecated @vue/server-renderer package from the ssr.external vite config
1 change: 0 additions & 1 deletion packages/integrations/vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ async function getViteConfiguration(options?: Options): Promise<UserConfig> {
},
plugins: [vue(vueOptions), virtualAppEntrypoint(vueOptions)],
ssr: {
external: ['@vue/server-renderer'],
noExternal: ['vuetify', 'vueperslides', 'primevue'],
},
};
Expand Down

0 comments on commit b3028ca

Please sign in to comment.