Skip to content

v0.6.0

Choose a tag to compare

released this 02 Aug 12:38
· 86 commits to master since this release

v0.6.0 (2018-08-02)

🎉 New Features

v0.5.6...v0.6.0

try that:

  • esmc --no-build
  • esmc --flow --no-build

Does not use @babel for transpiling
They do not create dist/browsers, only dist/nodejs folder!
If --flow it generates .js.flow files to dist/nodejs folder too.

Note that you CAN'T use --no-build and --no-esm together, so it throws.