Skip to content
This repository was archived by the owner on Mar 14, 2020. It is now read-only.

Commit 2d2edab

Browse files
committed
fixed uglifyjs
1 parent 9d2817a commit 2d2edab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"prepublishOnly": "npm run dist",
8-
"uglify": "uglifyjs --compress --mangle -o dist/any-qs.min.js --source-map dist/any-qs.min.map -- dist/any-qs.js",
8+
"uglify": "uglifyjs --source-map --compress --mangle -o dist/any-qs.min.js -- dist/any-qs.js",
99
"dist": "npm run clean && cp index.js dist/any-qs.js && npm run uglify",
1010
"test": "nyc --reporter text --reporter html mocha",
1111
"coverage": "nyc report --reporter=text-lcov | coveralls",

0 commit comments

Comments
 (0)