babel / babel-standalone

:video_game: Now located in the Babel repo! Standalone build of Babel for use in non-Node.js environments, including browsers.
https://github.com/babel/babel/tree/master/packages/babel-standalone
MIT License
819 stars 121 forks source link

Auto update script should nuke node_modules #78

Closed Daniel15 closed 7 years ago

Daniel15 commented 7 years ago

npm does strange things and node_modules gets super bloated over time. I think it still hoists older versions of babel-core and ends up including the newer version in the sub-node_modules of all the plugins. The script should delete the entire node_modules directory when building.