Skip to content

Commit

Permalink
fix: set ssr.noExternal true
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Feb 6, 2024
1 parent 6a81335 commit 25835fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/vite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ function honox(options?: Options): PluginOption[] {
return [
{
name: 'honox-vite-config',
config: () => {
return {
ssr: {
noExternal: true,
},
}
},
},
...plugins,
]
Expand Down

0 comments on commit 25835fa

Please sign in to comment.