 
      
    | You are here | 2ality.com | ||
| | | | | www.2ality.com | |
| | | | | Rich Harris' module bundler Rollup popularized an important feature in the JavaScript world: tree-shaking, excluding unused exports from bundles. Rollup depends on the static structure of ES6 modules (imports and exports can't be changed at runtime) to detect which exports are unused. Tree-shaking for webpack is currently in beta. This blog post explains how it works. The project we are going to examine is on GitHub: tree-shaking-demo | |
| | | | | ericlathrop.com | |
| | | | | Many modern JavaScript development tools are distributed through NPM and tell you to install them globally. For some packages it is okay to install them globally, but other packages are creating a future headache for you. I will explain the problem with global NPM packages, how to tell when it is okay, and how to use locally installed packages instead. | |
| | | | | soundstep.com | |
| | | | | How to create a command line interface (CLI) with NodeJS | |
| | | | | jwww.me | |
| | | Josiah Wiebe is a multi-disciplinary developer and marketing manager based in the Canadian Prairies. | ||