We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f36af commit d560d3fCopy full SHA for d560d3f
neo4j-driver-lite/package.json
@@ -6,7 +6,7 @@
6
"types": "types/index.d.ts",
7
"scripts": {
8
"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",
+ "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 ",
10
"test": "jest",
11
"test:watch": "jest --watch",
12
"test:it": "jest -c jest.integration.config.ts",
0 commit comments