Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

v5.0.0

Compare
Choose a tag to compare
@chrisbreiding chrisbreiding released this 06 Apr 19:32
· 30 commits to master since this release

5.0.0 (2020-04-06)

Bug Fixes

  • move optionalDependencies to peerDependencies (66144a1)

BREAKING CHANGES

  • The dependencies @babel/core, @babel/preset-env, and babel-loader are 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