webpack
https://webpack.js.org/
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.
GitHub - webpack/webpack: A bundler for javascript and friends.
https://github.com/webpack/webpack
webpack is a bundler for modules. The main purpose is to bundle JavaScript files for usage in a browser webpack supports all browsers that are ES5-compliant (IE8 and below are not supported)...
webpack module bundler
https://webpack.github.io/
webpack is a module bundler. It packs CommonJs/AMD modules i. e. for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand.
webpack - Wikipedia
https://en.wikipedia.org/wiki/Webpack
webpack is an open-source JavaScript module bundler. It is made primarily for JavaScript, but it can transform front-end assets such as HTML, CSS, and images if the corresponding loaders are included. webpack takes modules with dependencies and generates static assets representing those modules.
A mostly complete guide to webpack 5 (2020)
https://www.valentinog.com/blog/webpack/
A mostly complete guide to webpack's capabilities, always to keep close at hand. In this guide we'll see what webpack can do, and how to configure it to suit your needs.
webpack Tutorial: How to Set Up webpack 5 From... | Tania Rascia
https://www.taniarascia.com/how-to-use-webpack/
webpack used to be a frustrating and overwhelming beast to me. I felt safe using something like In addition to this article, I've created an extremely solid webpack 5 Boilerplate to get you started with...
webpack - npm
https://www.npmjs.com/package/webpack
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.