February 2018
Intermediate to advanced
298 pages
8h 22m
English
Tree shaking, used by a module bundler, eliminates unused code in the following manner:
After that, the bundler minifies the bundle and simultaneously removes dead code. Thus, variables/functions that are not exported or used inside their respective module files are not present in the compressed bundle file. This way, tree shaking is performed.
Read now
Unlock full access