Skip to content

1.0.0-beta.5

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 15 Nov 01:34
· 474 commits to master since this release

1.0.0-beta.5 (2018-11-15)

Bug Fixes

  • bundler: fix unstable sorting for shim modules (c702325), closes #955
  • bundler: Revisions are inserted into platform.index for all bundles (435557c)
  • generator: fix babel syntax error when running "au generate" (8eb19e7), closes #954
  • webpack: compile hook issue with output (a9dd926)
  • webpack.config.template.js: change webpack config to fix bundle duplication issue (6996274)

Features

  • bundler: bundle json files by default for app skeletons of cli bundler (6b3c53e)
  • esnext: use babel polyfill to enable async/await syntax for esnext projects (2fe31f5), closes #959