There was an error while loading. Please reload this page.
1 parent a62bba0 commit e1bc200Copy full SHA for e1bc200
1 file changed
esbuild.mjs
@@ -45,7 +45,7 @@ async function main() {
45
entryPoints: ["src/index.ts", "src/commands/**"],
46
bundle: true,
47
format: "esm",
48
- minify: production,
+ minify: false,
49
sourcemap: "inline",
50
sourcesContent: false,
51
platform: "node",
0 commit comments