From 5b9226bc280eab29f2d5085da3bd547b79b2070f Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Thu, 16 Aug 2018 16:47:34 +0200 Subject: [PATCH] CHANGE docs for migrating to babel 7 --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index 12b30731ad5..4f704b3ffac 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -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`.