Skip to content

Commit

Permalink
Fixed bundler issue
Browse files Browse the repository at this point in the history
  • Loading branch information
drashevsky committed Mar 21, 2024
1 parent 7dd7d1e commit b4ed5e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ export default defineConfig({
],
test: {
include: ['src/**/*.{test,spec}.{js,ts}']
}
},
worker: {
format: 'es'
}
});

0 comments on commit b4ed5e3

Please sign in to comment.