55<br ><br >
66<a href =" https://npmjs.com/package/react-live " ><img src =" https://img.shields.io/npm/dm/react-live.svg " ></a >
77<a href =" https://npmjs.com/package/react-live " ><img src =" https://img.shields.io/npm/v/react-live.svg " ></a >
8- <img src =" http ://img.badgesize.io/https://unpkg.com/react-live/dist/react-live.min.js?compression=gzip&label=gzip%20size" >
9- <img src =" http ://img.badgesize.io/https://unpkg.com/react-live/dist/react-live.min.js?label=size" >
8+ <img src =" https ://img.badgesize.io/https://unpkg.com/react-live/dist/react-live.min.js?compression=gzip&label=gzip%20size" >
9+ <img src =" https ://img.badgesize.io/https://unpkg.com/react-live/dist/react-live.min.js?label=size" >
1010<img src =" https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20esm-green.svg " >
1111<a href =" https://github.com/FormidableLabs/react-live#maintenance-status " >
1212 <img alt =" Maintenance Status " src =" https://img.shields.io/badge/maintenance-active-green.svg " />
@@ -129,7 +129,7 @@ the kind of sizes you will get in a production app. The minified
129129bundles we publish _ exclude_ some dependencies that we depend
130130on.
131131
132- <img src =" http ://img.badgesize.io/https://unpkg.com/react-live/dist/react-live.min.js?compression=gzip&label=gzip%20size" >
132+ <img src =" https ://img.badgesize.io/https://unpkg.com/react-live/dist/react-live.min.js?compression=gzip&label=gzip%20size" >
133133
134134In an actual app when you use ` react-live ` you will also be bundling
135135Buble for transpilation, which adds ` ~135kB ` to your bundle. This also
@@ -138,7 +138,7 @@ is rather large as well.
138138
139139We maintain a fork of Buble which excludes the ESnext Regular Expression
140140transpilation with removes Buble's large dependency and weighs in at
141- a smaller size of ` ~51kB ` , which you can find published at [ ` @philpl/buble ` ] ( http ://npm.im/@philpl/buble) .
141+ a smaller size of ` ~51kB ` , which you can find published at [ ` @philpl/buble ` ] ( https ://npm.im/@philpl/buble) .
142142
143143You can alias this in Webpack or the build tool of your choice, which
144144will reduce the overall bundle size of ` react-live ` to about ` 83kB ` .
0 commit comments