Files
talk/plugins/talk-plugin-featured-comments/client/components/.babelrc
T

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"
]
}