Skip to content

Instantly share code, notes, and snippets.

@ivanhoe011
Last active August 7, 2016 16:15
Show Gist options
  • Save ivanhoe011/3d8a6903506ca720a73da891afe50d0a to your computer and use it in GitHub Desktop.
Save ivanhoe011/3d8a6903506ca720a73da891afe50d0a to your computer and use it in GitHub Desktop.
Checking the size of babel
$ npm list babel-preset-es2015
[email protected] [...path removed as it's not important...]
$ cd node_modules/babel-preset-es2015/
$ find . -name 'node.js' | grep '/lib/api'
./node_modules/babel-plugin-transform-regenerator/node_modules/babel-core/lib/api/node.js
$ du -sh ./node_modules/babel-plugin-transform-regenerator/node_modules/babel-core/lib/api/node.js
4.0K ./node_modules/babel-plugin-transform-regenerator/node_modules/babel-core/lib/api/node.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment