Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Releases: ksherlock/better-babel-cli

1.1.2

24 May 17:53

Choose a tag to compare

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

1.1.1

24 May 03:00

Choose a tag to compare

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

1.1.0

17 May 02:48

Choose a tag to compare

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