Skip to content

Commit 06cbb68

Browse files
authored
Merge pull request #341 from Secreto31126/unbundle
Unminified the package
2 parents e6b5293 + b3c2cc3 commit 06cbb68

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.js

-5
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,11 @@ import { build } from "esbuild";
44
import { glob } from "glob";
55
import { writeFile } from "fs/promises";
66

7-
const production = process.env.NODE_ENV !== "development";
8-
97
/**
108
* @type {import("esbuild").BuildOptions}
119
*/
1210
const sharedConfig = {
1311
entryPoints: await glob("src/**/*.ts", { ignore: ["src/standalone.ts"] }),
14-
minifySyntax: production,
15-
minifyWhitespace: production,
16-
minifyIdentifiers: false,
1712
sourcemap: true,
1813
platform: "node"
1914
};

0 commit comments

Comments
 (0)