Skip to content

Commit d560d3f

Browse files
committed
fix the minification
1 parent e0f36af commit d560d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j-driver-lite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "types/index.d.ts",
77
"scripts": {
88
"build": "tsc",
9-
"build:browser": "browserify --standalone neo4j lib/index.js -o lib/browser/neo4j-lite-web.js && uglifyjs lib/browser/neo4j-lite-web.js -o lib/browser/neo4j-lite-web.min.js",
9+
"build:browser": "browserify --standalone neo4j lib/index.js -o lib/browser/neo4j-lite-web.js && uglifyjs --mangle --compress -o lib/browser/neo4j-lite-web.min.js -- lib/browser/neo4j-lite-web.js ",
1010
"test": "jest",
1111
"test:watch": "jest --watch",
1212
"test:it": "jest -c jest.integration.config.ts",

0 commit comments

Comments
 (0)