© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Aakash Mallik
S/W Engineer @ Samsung R&D Delhi
Webpack does it for you... you can do it without a transpiler by the way...
Thomas Gawehns
SW oldtimer still curious to learn. Started with K&R C in 1983 and now it is JS and Python.
I'll go there: webpack.js.org
Thanks for the pointer.
And the Babel part... well you are using react, that uses SOME extreme ES6 features that might not be supported by some browsers. So, the transpilation is only necessary if you are using react. It has nothing to do with bundling..