shadowtime2000shadowtime2000.hashnode.dev·Dec 2, 2020What is ES6 Tree ShakingWhat is ES6 Tree Shaking ES6 tree shaking is a way to optimize the bundle size of your bundle by removing everything that is guaranteed to not be used ever in the app. Let's give an example. Let's say you have this util file: function adder(a, b) { ...20 likes·452 readsJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.