* add transform-class-properties to stage 3, set spec mode to default * update readme with examples; use `buildUndefinedNode()`; change behavior to always define both static and nonstatic class properties regardless of spec/loose mode; update tests
4 lines
127 B
JSON
4 lines
127 B
JSON
{
|
|
"plugins": ["transform-new-target", "transform-es2015-arrow-functions", ["transform-class-properties", {"loose": true}]]
|
|
}
|