stealjs / steal

Gets JavaScript
https://stealjs.com
MIT License
1.36k stars 522 forks source link

Prevent tree-shaking the main #1485

Closed matthewp closed 5 years ago

matthewp commented 5 years ago

The main module should not be tree-shaken. We can detect this because its parents === 0.

matthewp commented 5 years ago

Fixes #1486