better-babel-cli

a better babel command-line utility

Downloads
27
Stars
11
Committers
2
better-babel-cli - 1.1.2 Latest Release

Published by ksherlock over 8 years ago

Tweaks to the package.json dependencies to reduce the size of the resulting node_modules directory.

  1. Remove babel-plugin-transform-es2015-constants. This was deprecated by babel (and not actually used by better-babel-cli).
  2. Make babel-runtime, babel-templates, and babel-traverse top-level dependencies
better-babel-cli - 1.1.1

Published by ksherlock over 8 years ago

  • updated babel components (6.9.0)
  • Since babel now uses a modern version of lodash, the --lodash plugin is now included and enabled.
better-babel-cli - 1.1.0

Published by ksherlock over 8 years ago

Version 1.1.0

  • Includes babel-generate-helpers command
  • Can now specify configuration options on the command line
  • --loose flag to enable loose mode (for all plugins with a loose option)
  • --react-native preset
  • --help-plugins, --help-presets, and --help-config options
  • Bug fixes.
  • Bump babel dependencies to 6.8.0