Closed mattgrill closed 6 years ago
Sorry :)
On Wed, 24 Jan 2018 at 15:14 Matthew Grill notifications@github.com wrote:
Merged #14 https://github.com/jsdrupal/drupal-react-components/pull/14.
— You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub https://github.com/jsdrupal/drupal-react-components/pull/14#event-1439706157, or mute the thread https://github.com/notifications/unsubscribe-auth/AABz7g2u8tN1tn8Zp5f33nbBJ-Eo6nJ2ks5tN0jxgaJpZM4Rkzmv .
Here's a thing,
@babel/polyfill
babel-preset-env
withuseBuiltIns: 'entry'
This has the side effect that our bundle size has increased somewhat dramatically. Prior to polyfills being included, the bundle was at
21.5 kB
however with polyfills included it's at39.6 kB
.