Ahmed Abbas
Results
3
comments of
Ahmed Abbas
trying to get it working for node.. ``` "babel-plugin-transform-es2015-destructuring": "^6.18.0", "babel-plugin-transform-object-rest-spread": "^6.16.0", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-0": "^6.16.0", "babel-register": "^6.18.0", ``` ``` { "presets": ["es2015", "stage-0"], "plugins": ["transform-es2015-destructuring", "transform-object-rest-spread"] } ``` and...
any update on this?