-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Hi adams85 and thanks for this great bundling.
I'm using EcmaScript for ES6 support and it seems the whole file has being imported. Is it possible to eliminate dead code and import only what is really needed?
TO REPRODUCE THE CASE:
In TypeScriptDemo add a "treeShaking" function to foo.js. Running the application main.js will include the function, even if it has not been imported.
WHAT EXPECTED:
main.js without the "treeShaking" function.