generated from blueplum/typescript-template
chore: npm best practices
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import * as esbuild from "esbuild";
|
||||
|
||||
const result = await esbuild.build({
|
||||
entryPoints: ["src/index.ts", "src/config.ts"],
|
||||
minify: true,
|
||||
minify: false,
|
||||
bundle: true,
|
||||
outdir: "dist",
|
||||
define: {
|
||||
|
||||
Reference in New Issue
Block a user