Skip to content

Commit fc8b3ce

Browse files
authored
change .babelrc demo
1 parent f05f9cb commit fc8b3ce

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,12 @@ yarn add --dev babel-plugin-transform-pipeline
180180

181181
```json
182182
{
183-
"plugins": ["transform-pipeline"]
183+
"parserOpts": {
184+
"parser": "@airdwing/babylon"
185+
},
186+
"plugins": [
187+
"transform-pipeline"
188+
]
184189
}
185190
```
186191

0 commit comments

Comments
 (0)