Babel helpers are being inlined in ES5 outputs
pittst3r opened this issue · 2 comments
pittst3r commented
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.
pittst3r commented
👍