Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Rodriguez Baquero <diego.baquero@pager.com>2020-04-02 00:07:05 +0300
committerDiego Rodriguez Baquero <diego.baquero@pager.com>2020-04-02 00:07:05 +0300
commit67549f83c23e91b8e545d8126a272207535658a9 (patch)
tree0575a57e27517729630e460b655e05d899203b32 /package.json
parent6a1b78e39d1c8f558a3bb47ed835f0d64412684a (diff)
build
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 808e305..132e252 100644
--- a/package.json
+++ b/package.json
@@ -117,7 +117,7 @@
"url": "git://github.com/webtorrent/webtorrent.git"
},
"scripts": {
- "build": "browserify --standalone WebTorrent . | minify > webtorrent.min.js",
+ "build": "browserify --standalone WebTorrent . | minify --mangle=false > webtorrent.min.js",
"build-debug": "browserify --standalone WebTorrent . > webtorrent.debug.js",
"size": "npm run size-js && npm run size-disc",
"size-disc": "browserify --full-paths . | discify --open",