system-worker progress
This commit is contained in:
@ -34,6 +34,7 @@ export default defineConfig({
|
||||
assetsInclude: ["**/*.md", "**/*.wasm"],
|
||||
build: {
|
||||
outDir: "build",
|
||||
commonjsOptions: { transformMixedEsModules: true },
|
||||
},
|
||||
clearScreen: false,
|
||||
publicDir: appConfig.get("publicDir"),
|
||||
@ -51,4 +52,7 @@ export default defineConfig({
|
||||
globals: true,
|
||||
environment: "jsdom",
|
||||
},
|
||||
worker: {
|
||||
format: "es",
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user