Skip to content

@haul-bundler/* v0.10.0

Compare
Choose a tag to compare
@zamotany zamotany released this 01 Aug 13:58
· 103 commits to master since this release

All @haul-bundler packages were released to NPM with version 0.9.0.

Notes

We've migrated away from @babel/register in favour of transpiling only modules that needs to be transpiled in the config with #613, which means that @babel/register is not longer injected into the require calls. If you are using custom Webpack plugins, resolvers etc with syntax unsupported by Node 10 LTS or newer like import/export (ES Modules), then you need to transpile those files manually (for example with postinstall script) or rewrite them to use supported syntax.

Changelog

  • fix: add babel plugins to support Hermes #617 - thanks to @tido64
  • chore: improve integration test suites #615
  • feat: improve TypeScript support #614
  • feat: replace @babel/register and manually transpile config modules on-demand #613
  • feat: better handle interactivity in start command #611
  • fix: replace --tempDir with --temp-dir #610