Why use webpack?

Webpack is a module bundler. You use it to create bundles containing all the resources needed to run your site, or parts of your site: JavaScript, images, CSS, and other resources. As a result, you reduce the number of HTTP requests needed to load your site, and your site loads faster.

For more information, visit https://webpack.js.org/.

As of LuciadRIA 2020, webpack is much more tightly integrated with the LuciadRIA distribution. It is used for bundling and serving the LuciadRIA sample applications, and the loader is shipped with the distribution.

For more information, see: