Skip to content

Commit e7565ee

Browse files
committed
Add @malyw 's guide to upgrade babel
1 parent 862b7b1 commit e7565ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ npm install babel-loader babel-core babel-preset-es2015 --save-dev
1313

1414
__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`.
1515

16+
__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).
1617

1718
## Usage
1819

0 commit comments

Comments
 (0)