Skip to content

Commit

Permalink
Add @malyw 's guide to upgrade babel
Browse files Browse the repository at this point in the history
  • Loading branch information
Couto committed Oct 31, 2015
1 parent 862b7b1 commit e7565ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -13,6 +13,7 @@ npm install babel-loader babel-core babel-preset-es2015 --save-dev

__Note:__ [npm](https://npmjs.com) will deprecate [auto-installing of peerDependencies](https://github.com/npm/npm/issues/6565) on the next major release, so required peer dependencies like babel-core and webpack will have to be listed explicitly in your `package.json`.

__Note:__ If you're upgrading from babel 5 to babel 6, please take a look [at this guide](https://medium.com/@malyw/how-to-update-babel-5-x-6-x-d828c230ec53#.yqxukuzdk).

## Usage

Expand Down

0 comments on commit e7565ee

Please sign in to comment.