This repository was archived by the owner on Oct 1, 2020. It is now read-only.
v5.0.0
5.0.0 (2020-04-06)
Bug Fixes
- move optionalDependencies to peerDependencies (66144a1)
BREAKING CHANGES
- The dependencies
@babel/core,@babel/preset-env, andbabel-loaderare no longer installed by default. You will need to install them if they are not already available as transient dependencies of another package (e.g.create-react-app).
npm install --save-dev @babel/core @babel/preset-env babel-loader