This repository was archived by the owner on Sep 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +304
-126
lines changed
Expand file tree Collapse file tree 4 files changed +304
-126
lines changed Original file line number Diff line number Diff line change 11{
22 "lib/packages/recompose/dist/Recompose.umd.js" : {
3- "bundled" : 86014 ,
4- "minified" : 31693 ,
5- "gzipped" : 10059
3+ "bundled" : 85724 ,
4+ "minified" : 31665 ,
5+ "gzipped" : 10051
66 },
77 "lib/packages/recompose/dist/Recompose.min.js" : {
8- "bundled" : 82392 ,
9- "minified" : 30410 ,
10- "gzipped" : 9667
8+ "bundled" : 82164 ,
9+ "minified" : 30382 ,
10+ "gzipped" : 9658
1111 },
1212 "lib/packages/recompose/dist/Recompose.esm.js" : {
1313 "bundled" : 32374 ,
1414 "minified" : 16118 ,
1515 "gzipped" : 3577 ,
1616 "treeshaked" : {
17- "rollup" : 601 ,
18- "webpack" : 1863
17+ "rollup" : {
18+ "code" : 601 ,
19+ "import_statements" : 472
20+ },
21+ "webpack" : {
22+ "code" : 2248
23+ }
1924 }
2025 }
2126}
Original file line number Diff line number Diff line change 7272 "react" : " ^16.3.1" ,
7373 "react-dom" : " ^16.3.1" ,
7474 "readline-sync" : " ^1.2.21" ,
75- "rollup" : " ^0.57.1 " ,
76- "rollup-plugin-babel" : " ^3.0.3 " ,
77- "rollup-plugin-commonjs" : " ^9.1.0 " ,
75+ "rollup" : " ^0.62.0 " ,
76+ "rollup-plugin-babel" : " ^3.0.7 " ,
77+ "rollup-plugin-commonjs" : " ^9.1.3 " ,
7878 "rollup-plugin-node-resolve" : " ^3.3.0" ,
7979 "rollup-plugin-replace" : " ^2.0.0" ,
80- "rollup-plugin-size-snapshot" : " ^0.4 .1" ,
81- "rollup-plugin-uglify" : " ^3 .0.0" ,
80+ "rollup-plugin-size-snapshot" : " ^0.6 .1" ,
81+ "rollup-plugin-uglify" : " ^4 .0.0" ,
8282 "rx" : " ^4.1.0" ,
8383 "rxjs" : " ^5.0.0" ,
8484 "shelljs" : " ^0.6.0" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import nodeResolve from 'rollup-plugin-node-resolve'
33import babel from 'rollup-plugin-babel'
44import replace from 'rollup-plugin-replace'
55import commonjs from 'rollup-plugin-commonjs'
6- import uglify from 'rollup-plugin-uglify'
6+ import { uglify } from 'rollup-plugin-uglify'
77import { sizeSnapshot } from 'rollup-plugin-size-snapshot'
88import { pascalCase } from 'change-case'
99
You can’t perform that action at this time.
0 commit comments