CHANGE docs for migrating to babel 7

This commit is contained in:
Norbert de Langen 2018-08-16 16:47:34 +02:00
parent 3dec3ba9e9
commit 5b9226bc28
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -84,7 +84,7 @@ Storybook now uses Babel 7. There's a couple of cases when it can break with you
* If you aren't using Babel yourself, and don't have .babelrc, install following dependencies:
```
npm i -D babel-core@bridge @babel/core babel-loader@next
npm i -D babel-loader@next
```
* If you're using Babel 6, make sure that you have direct dependencies on `babel-core@6` and `babel-loader@7`.