filmov
tv
Webpack Tutorial - How to Use Webpack as a Module Bundler for Your Code Base
Показать описание
Webpack is an open-source module bundler for JavaScript applications, thanks to which developers can write modular code for the front-end. Webpack takes modules with dependencies and creates static assets that represent those modules. This Webpack tutorial should give you the basics of what Webpack is, how it works, and how to build a presentation using it.
Watch this video to learn:
- What is Webpack
- How Webpack works 'under the hood', with emphasis on the Compiler, the Resolver, and the Parser
- How to build a presentation using Webpack