Skip to content

Commit

Permalink
fix: vite conf
Browse files Browse the repository at this point in the history
  • Loading branch information
tiamo committed Jul 4, 2024
1 parent 409b8e1 commit e9e2e82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ export default defineConfig(({ mode, isSsrBuild }) => {
},
},

// ssr: {
// noExternal: ['workbox-window'],
// },
ssr: {
noExternal: ['workbox-window'],
},

// https://github.com/vitest-dev/vitest
test: {
Expand Down

0 comments on commit e9e2e82

Please sign in to comment.