mufa
Version:
Event driven programming . Useful to separate layers (View, logic,...etc)
15 lines (14 loc) • 373 B
Plain Text
{
"presets": ["es2015", "stage-3", "react"],
"env": {},
"plugins": [
"transform-decorators-legacy",
"react-html-attrs",
"syntax-decorators",
"transform-es2015-modules-commonjs",
"transform-class-properties",
["babel-plugin-transform-builtin-extend", {
"globals": ["Error", "Array"]
}]
]
}