mirror of
https://github.com/tribufu/tribufu-js
synced 2026-06-01 09:42:36 +00:00
Update esbuild.js
This commit is contained in:
parent
1739ce8ca9
commit
142943a983
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ const baseConfig = {
|
||||||
target: "node18",
|
target: "node18",
|
||||||
bundle: true,
|
bundle: true,
|
||||||
minify: true,
|
minify: true,
|
||||||
sourcemap: false,
|
sourcemap: true,
|
||||||
legalComments: "linked",
|
legalComments: "linked",
|
||||||
plugins: [nodeExternalsPlugin()],
|
plugins: [nodeExternalsPlugin()],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue