Skip to content

Remove .babelrc and package.json-babel

Choose a tag to compare

@koresar koresar released this 19 Oct 08:09
· 217 commits to master since this release

By removing .babelrc file, and the babel property in the package.json we improve compatibility with react-native and other packages which traverse the node_modules for babel stuff.

Instead, we are using buble for transpilation. It's faster, and generates a tiny bit smaller bundle file (1.52KB vs 1.56KB).