top | item 10885740

(no title)

possibleNoob | 10 years ago

What is tree shake your dependencies?

discuss

order

atonparker|10 years ago

Something like http://rollupjs.org which statically analyzes your ES6 dependency graph and creates a bundle with only the parts you need. The author included an image that rips at ES6 syntax, including the new import statements. A tool like Rollup couldn't work with dynamic exports like `module.exports = foobar`.