August 22, 2018June 3, 2019 by Chris Green What does the term Tree Shaking mean? Development, Javascript code, development, javascript Tree Shaking simply means removing dead code. Typically this is in the context of JavaScript. You can use a JavaScript module bundler — like Rollup or Webpack — to bundle multiple files into a single file and automatically remove your dead code. Share this:PrintLinkedInTwitterRedditFacebook