Skip to content

Zero - v1.0.0

Choose a tag to compare

@ItsJonQ ItsJonQ released this 14 Dec 17:40
· 46 commits to master since this release

Babel 7

This update brings Zero to Babel 7, along with the latest (mostly latest) for other things, such as Jest and friends.

Babel Core Bridge

As of version 1.0.0, Zero is now on @babel version 7. Your project may need to install babel-core@7.0.0-bridge.0. To do so, add that package to your package.json, or run:

npm install --save-dev babel-core@7.0.0-bridge.0