mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-20 03:47:01 -04:00
More progress
This commit is contained in:
parent
1709ab61ef
commit
c39ff8f648
15 changed files with 296 additions and 155 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue