I am learning about how build system works in JavaScript. If babel-loader
is transpiler that translates React
to JavaScript
, why is it part of webpack
plugin?
Isn't transpiling
and bundling
is a separate process?
And is there a resource that explain how all this frameworks fit together and make build system work in detail? I seem to only find high level overview at the official docs.