blob: 49e9d69e4111b71afc55799fa4cfe9669dd76338 (
plain)
1
2
3
4
5
6
7
8
9
|
{
"plugins": [
"transform-es2015-arrow-functions",
"transform-es2015-block-scoping",
"transform-es2015-classes",
"transform-es2015-object-super",
"transform-object-assign"
]
}
|