You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded to Webpack v2 (#17). This required config changes.
Reconfigured Babel to use babel-preset-env (#18). By not unnecessarily transpiling language features that run natively in the browsers we support the bundle JS shrinks from ~19kb to ~15kb.
New browser support. The new Browserslist query doesn't cherry-pick and uses Australian data. This drops support for Safari v8. A localized example avoids the global stats that are skewed by developing countries that use older browsers.