Skip to content

v0.12.0

Choose a tag to compare

@unional unional released this 30 Dec 00:56
· 13 commits to next since this release

0.12.0 (2017-12-30)

Features

  • use webpack instead of systemjs (9cd37c5)

BREAKING CHANGES

  • systemjs is replaced by webpack to solve the node resolution issue.

On top of that the loading should be faster in most scenarios.

One draw back is that the test runner would not able to detect source changes and invoke relevant tests in watch mode.