Files
talk/plugin-api/.babelrc
T
2017-07-31 15:51:34 +10:00

16 lines
328 B
Plaintext

{
"presets": [
"es2015"
],
"plugins": [
"add-module-exports",
"transform-class-properties",
"transform-decorators-legacy",
"transform-object-assign",
"transform-object-rest-spread",
"transform-async-to-generator",
"transform-react-jsx",
["transform-runtime", {"polyfill": false}]
]
}