A module bundler is a tool that bundles all the resources that are needed to run the application in a deployable format. Web applications depend on various kinds of resources and assets, such as HTML, stylesheets, JavaScript code, and images. They are essentially separate files. We need to build an artifact that contains all the necessary resources in order to deploy the application. The JavaScript community develops many bundle tools for this purpose. Naturally, we can make use of them when building machine learning applications on the web.
In this section, we are going to use some bundle tools to create packages for our machine learning application.