Files
talk/client/.babelrc
T
Belen Curcio 2513ef2df5 add plugins
2017-03-28 15:56:24 -03:00

15 lines
280 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"
]
}