* fix default exported classes without a name This correctly requeues class without name so the es3 transform can transform the default keyword. * Replace phabricator issue number with github
8 lines
150 B
JSON
8 lines
150 B
JSON
{
|
|
"plugins": [
|
|
"transform-es2015-modules-commonjs",
|
|
"transform-es3-member-expression-literals",
|
|
"transform-es3-property-literals"
|
|
]
|
|
}
|