mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-16 18:44:18 +00:00
Update esbuild.js
This commit is contained in:
@ -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()],
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user