Skip to content

Commit

Permalink
feat: make packages webpack 5 compatible (gregberge#638)
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Robino <stephane@wttj.co>
Signed-off-by: Robert Douglas <robert@wttj.co>
  • Loading branch information
StephaneRob committed Oct 12, 2020
1 parent a998717 commit 9b466be
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"dist/loadable.cjs.js": {
"bundled": 14563,
"minified": 7172,
"gzipped": 2534
"bundled": 16387,
"minified": 7324,
"gzipped": 2574
},
"dist/loadable.esm.js": {
"bundled": 14184,
"minified": 6868,
"gzipped": 2467,
"bundled": 16008,
"minified": 7020,
"gzipped": 2506,
"treeshaked": {
"rollup": {
"code": 276,
"import_statements": 276
},
"webpack": {
"code": 5744
"code": 5896
}
}
}
Expand Down

0 comments on commit 9b466be

Please sign in to comment.