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