Skip to content

(partially broken version)

Compare
Choose a tag to compare
@theKashey theKashey released this 29 Jun 11:47

Bug Fixes

  • allow webpack cache isReady only for initial chunks, fixes #558 (61f8b75)
  • memory leak in module cache management, fixes #560 (6c11703)
  • use make-dir instead of mkdirp (#544) (5a9c33b)
  • babel-plugin: add missing peer dependency (#524) (03a79b6)

Features

  • add resolveComponent option (a47d3d9)
  • sort preload assets so that styles are first #576
  • fix custom webpackChunkName for aggressive import #552