JavaScript Module Bundling with Webpack and Rollup

Опубликовано: 05 Октябрь 2024
на канале: Intertech
7,178
133

Learn about JavaScript module bundling using Webpack versus Rollup including a side by side feature and benefit comparison at the end.

Included in this video:

Learn how to bundle JavaScript modules for publication using two popular tools, Webpack, and Rollup.

Understand the basics of how to use the command line and configuration files for both tools.

Examine the Webpack bundle format and learn what the mysterious code does that gets injected at the head of the file.

Use a new Webpack 3 plugin that can decrease the size and load time of your bundled modules.

Compare the two tools to learn which tool is right for your project.