Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 366 Bytes

File metadata and controls

9 lines (5 loc) · 366 Bytes

Running this demo

This demo shows how to have webpack tree shake @esri/rest-js and only include methods that are actually being called in its output bundle.

  1. Make sure you run npm run bootstrap in the root folder to setup the dependencies
  2. cd into /demos/tree-shaking-webpack/
  3. Run npm run build:app