JavaScript Module Bundling with Webpack and Rollup

preview_player
Показать описание
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.
Рекомендации по теме
Комментарии
Автор

There, forget very good explanation, Congratulations, I enjoyed it!

alexon
Автор

Thanks. Very useful video however I found confusing the fact that your entry point is a bunch of exports. Being the root of the tree I was expecting to see only imports in there and do something with the imported modules. Could you clarify please?

marcodelpercio
Автор

It would be possible to use Webpack + Bublé + Rollup

alexon
join shbcf.ru