Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. npx babel-upgrade --write
    1. this command scans through your configs and realigns the versions
  2. npm install babel-loader@7.1.4
    1. change the installed version to 7.1.4
  3. npm install babel-core
    1. installs the latest version of babel-core 6.26.3
  4. npm install babel-preset-env