Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 222 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 222 Bytes

tree-shake

Instructions

  1. yarn
  2. yarn build
  3. Observe number of console.log() statements in the app output
    1. The function shouldNotExist() (and its console.log())should not be present in the output