mirror of
https://github.com/tribufu/tribufu-js
synced 2026-06-01 09:42:36 +00:00
Disable minify
This commit is contained in:
parent
6e305f7bca
commit
1f175b9946
1 changed files with 1 additions and 1 deletions
|
|
@ -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()],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue