More progress

This commit is contained in:
Vendicated 2022-08-29 20:27:47 +02:00
parent 1709ab61ef
commit c39ff8f648
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
15 changed files with 296 additions and 155 deletions

View file

@ -68,6 +68,7 @@ await Promise.all([
bundle: true,
platform: "node",
target: ["esnext"],
sourcemap: "linked",
plugins: [makeAllPackagesExternalPlugin],
watch
}),
@ -79,6 +80,7 @@ await Promise.all([
target: ["esnext"],
external: ["electron"],
platform: "node",
sourcemap: "linked",
plugins: [makeAllPackagesExternalPlugin],
watch
}),
@ -94,6 +96,7 @@ await Promise.all([
plugins: [
globPlugins
],
sourcemap: "inline",
watch
})
]).then(res => {