mirror of
https://github.com/iib0011/omni-tools.git
synced 2026-04-18 11:16:27 +05:30
fix: vite worker format
This commit is contained in:
parent
5edfbc2820
commit
6459d68ee7
1 changed files with 2 additions and 1 deletions
|
|
@ -17,5 +17,6 @@ export default defineConfig({
|
|||
environment: 'happy-dom',
|
||||
setupFiles: '.vitest/setup',
|
||||
include: ['**/*.test.{ts,tsx}']
|
||||
}
|
||||
},
|
||||
worker: { format: 'es' }
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue