mirror of
https://github.com/tribufu/tribufu-js
synced 2026-05-06 06:47:27 +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",
|
||||
target: "node18",
|
||||
bundle: true,
|
||||
minify: true,
|
||||
minify: false,
|
||||
sourcemap: true,
|
||||
legalComments: "linked",
|
||||
plugins: [nodeExternalsPlugin()],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue