This commit is contained in:
2024-03-07 16:38:27 +00:00
13 changed files with 43 additions and 44 deletions

View File

@ -54,6 +54,6 @@ export default defineConfig({
global: {}, // needed for custom-event lib
},
worker: {
format: "es"
format: "es",
},
});