Skip to content

Releases: developit/modify-babel-preset

3.1.0

07 Sep 14:26
Compare
Choose a tag to compare

3.0.0

13 Aug 17:37
Compare
Choose a tag to compare

Fixes for Windows and Babel configurable presets! Thanks @szymonkups & @insin.

2.0.2

16 Apr 17:10
Compare
Choose a tag to compare

Possibly Breaking Changes

  • Fix module resolution to account for NPM 3
  • Possibly breaking change: modify-babel-preset now crawls the node_modules tree and serialize presets and plugins to their respective filenames, then flattens nested presets down to a single plugins[] Array. Transformations are applied to the list of plugins as filenames (for matching), and then the filenames are swapped back out for their original exported functions and the resulting flattened, mutated preset is returned.
  • modify-babel-preset now attempts to be self-aware. If modifying a preset generated using modify-babel-preset itself, it will attempt to use the preset's original modifications list and apply them against its original source preset.