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
@@ -9,6 +9,7 @@
"transform-object-assign",
"transform-object-rest-spread",
"transform-async-to-generator",
"transform-react-jsx"
"transform-react-jsx",
["transform-runtime", {"polyfill": false}]
]
}