Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@morganney morganney released this 11 Aug 20:48
· 7 commits to main since this release
d80177c

Changes:

  • Support --no-comments as CLI option.
  • Remove @babel/parser and use parseAsync from @babel/core.
  • Set dist tag on publish derived from the release tag.

Fixes:

  • Correctly pass the other options from a Babel config file through the programmatic API. Previoulsy only targets, presets and plugins were passed.