* add tests on @babel/helper-optimise-call-expression * fix: correctly optimise `a.b?.(...arguments)` * add integration test with properties transform
5 lines
77 B
JSON
5 lines
77 B
JSON
{
|
|
"plugins": ["proposal-class-properties"],
|
|
"minNodeVersion": "14.0.0"
|
|
}
|