11 lines
249 B
Text
11 lines
249 B
Text
{
|
|
"presets": ["es2015", "stage-3", "react"],
|
|
"env": {},
|
|
"plugins": [
|
|
"transform-decorators-legacy",
|
|
"react-html-attrs",
|
|
"syntax-decorators",
|
|
"transform-es2015-modules-commonjs",
|
|
"transform-class-properties"
|
|
]
|
|
}
|