From fc8b3ce84a69b4316371c6d1ca775992ca140c14 Mon Sep 17 00:00:00 2001 From: zp1996 <1179258516@qq.com> Date: Sat, 9 Sep 2017 01:47:45 +0800 Subject: [PATCH] change .babelrc demo --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2d4f49..5cee3ec 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,12 @@ yarn add --dev babel-plugin-transform-pipeline ```json { - "plugins": ["transform-pipeline"] + "parserOpts": { + "parser": "@airdwing/babylon" + }, + "plugins": [ + "transform-pipeline" + ] } ```