File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 52
52
},
53
53
"devDependencies" : {
54
54
"git-rev-sync" : " 1.12.0" ,
55
+ "uglify-js" : " 3.6.0" ,
55
56
"rollup" : " 1.17.0" ,
56
57
"rollup-plugin-commonjs" : " 10.0.1" ,
57
58
"rollup-plugin-license" : " 0.9.0" ,
Original file line number Diff line number Diff line change 30
30
"chai-as-promised" : " 7.1.1" ,
31
31
"http-server" : " 0.11.1" ,
32
32
"mocha" : " 6.2.0" ,
33
+ "uglify-js" : " 3.6.0" ,
33
34
"rollup" : " 1.17.0" ,
34
35
"rollup-plugin-commonjs" : " 10.0.1" ,
35
36
"rollup-plugin-json" : " 4.0.0" ,
Original file line number Diff line number Diff line change 19
19
" long" ,
20
20
" rollup-plugin-copy-assets" ,
21
21
" idb" ,
22
- " whatwg-fetch"
22
+ " whatwg-fetch" ,
23
+ " rollup-plugin-uglify" ,
24
+ " uglify-js"
23
25
],
24
26
"assignees" : [
25
27
" @Feiyang1" ,
Original file line number Diff line number Diff line change 14371
14371
resolved "https://registry.npmjs.org/typeson/-/typeson-5.11.0.tgz#a8273f00050be9eeef974aaa04a0c95a394f821a"
14372
14372
integrity sha512-S5KtLzcU4dr4BXh8VuJDYugsRGsDQYlumCbrmwuAX1a1GNpbVYK4p9wluCIfTVPFvVyV6wRfExXX6Q1+YDItEQ==
14373
14373
14374
+ [email protected] , uglify-js@^3.1.4, uglify-js@^3.4.9:
14375
+ version "3.6.0"
14376
+ resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.0.tgz#704681345c53a8b2079fb6cec294b05ead242ff5"
14377
+ integrity sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==
14378
+ dependencies:
14379
+ commander "~2.20.0"
14380
+ source-map "~0.6.1"
14381
+
14374
14382
uglify-js@^2.6:
14375
14383
version "2.8.29"
14376
14384
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"
@@ -14381,14 +14389,6 @@ uglify-js@^2.6:
14381
14389
optionalDependencies:
14382
14390
uglify-to-browserify "~1.0.0"
14383
14391
14384
- uglify-js@^3.1.4, uglify-js@^3.4.9:
14385
- version "3.6.0"
14386
- resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.0.tgz#704681345c53a8b2079fb6cec294b05ead242ff5"
14387
- integrity sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==
14388
- dependencies:
14389
- commander "~2.20.0"
14390
- source-map "~0.6.1"
14391
-
14392
14392
uglify-to-browserify@~1.0.0:
14393
14393
version "1.0.2"
14394
14394
resolved "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7"
You can’t perform that action at this time.
0 commit comments