Skip to content

Commit

Permalink
fix: add headless-route as an external dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bent10 committed Apr 1, 2024
1 parent 2bf87b6 commit 09fe740
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/vite/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ import cacheDir from 'vite-plugin-cachedir'
export default defineConfig({
plugins: [cacheDir()],
build: {
ssr: 'src/index.ts'
ssr: 'src/index.ts',
rollupOptions: {
external: ['headless-route']
}
},
test: {
globals: true,
Expand Down

0 comments on commit 09fe740

Please # to comment.