webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
Webpack is not limited to being used on the front-end, but is useful in backend Node.js development as well. There are many predecessors of Webpack and lots of similarities in what those tools and…
webpack learning academy exists to provide curated, high-quality learning content, devoted to the webpack open source project, meanwhile supporting it at the
A full tutorial of Webpack 2. Code and links available at Github: https://github.com/emiloberg/webpack-tutorial 00:00 Initiating project, installing Webpack ...