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",
|
||||
bundle: true,
|
||||
minify: true,
|
||||
sourcemap: false,
|
||||
sourcemap: true,
|
||||
legalComments: "linked",
|
||||
plugins: [nodeExternalsPlugin()],
|
||||
};
|
||||
|
Reference in New Issue
Block a user