mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-15 18:24:19 +00:00
Disable minify
This commit is contained in:
@ -8,7 +8,7 @@ const baseConfig = {
|
||||
platform: "neutral",
|
||||
target: "node18",
|
||||
bundle: true,
|
||||
minify: true,
|
||||
minify: false,
|
||||
sourcemap: true,
|
||||
legalComments: "linked",
|
||||
plugins: [nodeExternalsPlugin()],
|
||||
|
Reference in New Issue
Block a user