Files
talk/scripts/templates/plugin/client/.babelrc
T
Belen Curcio 7c753ee518 create-plugin
2017-07-05 16:41:52 -03:00

14 lines
279 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"
]
}