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" + ] } ```