Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Upgrade size snapshot plugin (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound authored and istarkov committed Jul 30, 2018
1 parent 0dd44e5 commit b2f082f
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 126 deletions.
21 changes: 13 additions & 8 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
{
"lib/packages/recompose/dist/Recompose.umd.js": {
"bundled": 86014,
"minified": 31693,
"gzipped": 10059
"bundled": 85724,
"minified": 31665,
"gzipped": 10051
},
"lib/packages/recompose/dist/Recompose.min.js": {
"bundled": 82392,
"minified": 30410,
"gzipped": 9667
"bundled": 82164,
"minified": 30382,
"gzipped": 9658
},
"lib/packages/recompose/dist/Recompose.esm.js": {
"bundled": 32374,
"minified": 16118,
"gzipped": 3577,
"treeshaked": {
"rollup": 601,
"webpack": 1863
"rollup": {
"code": 601,
"import_statements": 472
},
"webpack": {
"code": 2248
}
}
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
"react": "^16.3.1",
"react-dom": "^16.3.1",
"readline-sync": "^1.2.21",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^9.1.0",
"rollup": "^0.62.0",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-size-snapshot": "^0.4.1",
"rollup-plugin-uglify": "^3.0.0",
"rollup-plugin-size-snapshot": "^0.6.1",
"rollup-plugin-uglify": "^4.0.0",
"rx": "^4.1.0",
"rxjs": "^5.0.0",
"shelljs": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import nodeResolve from 'rollup-plugin-node-resolve'
import babel from 'rollup-plugin-babel'
import replace from 'rollup-plugin-replace'
import commonjs from 'rollup-plugin-commonjs'
import uglify from 'rollup-plugin-uglify'
import { uglify } from 'rollup-plugin-uglify'
import { sizeSnapshot } from 'rollup-plugin-size-snapshot'
import { pascalCase } from 'change-case'

Expand Down
Loading

0 comments on commit b2f082f

Please sign in to comment.