Disable minify

This commit is contained in:
Guilherme Werner
2024-01-09 20:59:37 -03:00
parent 6e305f7bca
commit 1f175b9946

View File

@ -8,7 +8,7 @@ const baseConfig = {
platform: "neutral",
target: "node18",
bundle: true,
minify: true,
minify: false,
sourcemap: true,
legalComments: "linked",
plugins: [nodeExternalsPlugin()],