Skip to content

v12.2.0

Compare
Choose a tag to compare
@ZauberNerd ZauberNerd released this 27 Apr 08:08
· 1115 commits to master since this release
a465583

12.2.0 (2020-04-27)

Bug Fixes

  • webpack: remove obsolete @babel/plugin-syntax-dynamic-import (1fbe260)
  • upgrade all babel packages to their latest version (b67af16)
  • redux: packages must only contain syntactically valid ES5/ES6 (ebaf15e)
  • adapt to breaking changes in mixinable (58ef91c)
  • [email protected] contains bugs (26cfa31)
  • remove unnecessary babel plugin dynamic import node (7ffa3cc)
  • update dependency archiver to v4 (2de22ce)
  • update dependency escape-string-regexp to v4 (1dc48b1)
  • update dependency mixinable to v5 (2dfcc62)
  • update dependency ts-loader to v7 (c706f6b)

Features

  • add --fast-dev option for faster development builds (9841fbc)
  • webpack: add profiling mixin to show performance stats (36f4839)

Performance Improvements

  • use transpileOnly flag of ts-loader for node dev build (446641d)