Developers, designers and BQAs.
This workshop will build on the introductory webpack workshop and provide more material to help the students futher increase their knowledge of webpack.
Webpack has become the most popular javascript build-tool for new projects and familiarity with it is important for both existing and new web development projects. This workshop provides an opportunity to dive into some of the more involved aspects.
This workshop expects either participants have already taken the introductory workshop (webpack workshop) or else they already have basic familiarity with webpack. Participants should also have basic knowledge of how Node and NPM works as well as some familiarity with Typescript.
To take this workshop, you will need to have Node 4 (or better) installed in your computer (hopefully with NVM) and the editor of your choice (VScode, Webstorm, Atom, etc.).
- We will not be covering all the available loaders and plugins. We will focus on only some important ones.
- We will not focus on build systems for a particular framework (Angular 2 or React).
-
Writing loaders and plugins. An introduction to writing webpack loaders and plugins (30 minutes)
-
Hot Module Replacement An introduction to webpack hot module replacement and lazy loading (15 minutes)
-
Tree-shaking. An introduction to tree-shaking with webpack (10 minutes)
To open the slides, go to the slides folder and follow the instructions found on the README.md
file on how to start the webserver for Reveal.js.