I have been thinking about this lately, once we dropped node v4 and v6 support in 3.x release, do we still need babel?
My gut feeling is node v8+ are modern enough that all of our code are covered, so there is no value in transpiling (and I want to change back to CommonJS syntax)
https://node.green
If possible I want to drop our build step (rollup) altogether.
I have been thinking about this lately, once we dropped node v4 and v6 support in 3.x release, do we still need
babel?My gut feeling is node v8+ are modern enough that all of our code are covered, so there is no value in transpiling (and I want to change back to CommonJS syntax)
https://node.green
If possible I want to drop our build step (
rollup) altogether.