Skip to content

Commit

Permalink
improvement: added rollup visualizer.
Browse files Browse the repository at this point in the history
Also made committing stats files part of release so the
files are always committed when a new version is published.

Also upgraded dependencies.
  • Loading branch information
MrHus authored and jvhoven committed Feb 3, 2020
1 parent a581c23 commit 8ca90fb
Show file tree
Hide file tree
Showing 5 changed files with 1,669 additions and 1,204 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ Gemfile.lock

# Rollup
.rpt2_cache
stats.html
18 changes: 9 additions & 9 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"dist/index.js": {
"bundled": 167639,
"minified": 79706,
"gzipped": 21578
"bundled": 175096,
"minified": 83771,
"gzipped": 22386
},
"dist/index.es.js": {
"bundled": 161686,
"minified": 73935,
"gzipped": 21251,
"bundled": 168546,
"minified": 77418,
"gzipped": 22033,
"treeshaked": {
"rollup": {
"code": 53690,
"import_statements": 1227
"code": 56584,
"import_statements": 1270
},
"webpack": {
"code": 56665
"code": 59875
}
}
}
Expand Down
Loading

0 comments on commit 8ca90fb

Please # to comment.