mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 13:50:01 -04:00
pkg fixes
This commit is contained in:
parent
5ce4f60514
commit
30bf6cb8f1
5 changed files with 22 additions and 6 deletions
|
@ -12,8 +12,20 @@ build({
|
|||
platform: "node",
|
||||
// format: "esm",
|
||||
bundle: true,
|
||||
minify: true,
|
||||
|
||||
outfile: "dist/main.js",
|
||||
plugins: [
|
||||
makeAllPackagesExternalPlugin
|
||||
],
|
||||
})
|
||||
build({
|
||||
entryPoints: ["src/autoupdater.ts"],
|
||||
platform: "node",
|
||||
bundle: true,
|
||||
minify: true,
|
||||
outfile: "dist/autoupdater.js",
|
||||
plugins: [
|
||||
makeAllPackagesExternalPlugin
|
||||
],
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue