adds support for babel-plugin-transform-runtime

This commit is contained in:
Wyatt Johnson
2017-07-31 15:51:34 +10:00
parent 2217c89aa7
commit 08edddf0df
18 changed files with 55 additions and 21 deletions
+2 -1
View File
@@ -325,7 +325,8 @@ While building your plugin you need to specify a `.eslintrc.json` file and a`.ba
"transform-object-assign",
"transform-object-rest-spread",
"transform-async-to-generator",
"transform-react-jsx"
"transform-react-jsx",
["transform-runtime", {"polyfill": false}]
]
}
```