glimmerjs/glimmer-build

Babel helpers are being inlined in ES5 outputs

pittst3r opened this issue · 2 comments

If you look at the build output for ES5 you'll see that function declarations for babel helpers (like classCallCheck) are at the top of almost every file. We may be best served with an approach like the transform-runtime plugin.

dgeb commented

@robbiepitts this was a deliberate decision (the rationale is explained in #33).

👍