What is Webpack?
Webpack is a module bundler for modern JavaScript applications. It takes your code, transforms and bundles it, then returns a new ‘compiled’ version. It’s also known as module bundler.Webpack is not limited to be used on the frontend, but it’s also useful in backend Node.js development as well.
What can Webpack do for you
Continue reading An Introduction to webpack