1 -Section intro
2 -Explaining tree shaking
3 -Creating git repo for the new package
3 -reusable-components-l6-3.zip
3 -reusable-components-pre-code.zip
3 - Components package code.html
4 -Exploring the packages code
5 -Prepare for publishing
5 -reusable-components-l6-5.zip
6 -Generating github token
7 -Generating npm token
8 -Publishing the components package
9 -using our new package
10 -Is our package tree shakable
11 -First condition for tree shakable package
12 -NPM packages and side effects
13 -How to leverage the side effects optimization
14 -Package built with typescript
14 -reusable-components-l6-14.zip
15 -Publish our tree shakable package
15 -reusable-components-l6-15.zip
16 -Testing if the package is tree shakable
17 -One more mystery to solve
18 -Section wrap up