Skip to content

Releases: constgen/neutrino-preset-koa

v3.1.0

16 Sep 08:59

Choose a tag to compare

Added

  • Settings to customize console clearing { clean: true }
  • validate modules paths case matches OS paths with CaseSensitivePathsWebpackPlugin

Changed

  • Update Typescript to v4

Neutrino 9

16 Sep 09:01

Choose a tag to compare

Changed

  • Migrate to Neutrino 9

HTTP2 and HTTPS

16 Sep 08:57

Choose a tag to compare

Added

  • HTTP2 support
  • SSL encryption certificates support
  • application name in the process title
  • show process id in the terminal
  • launching in the VSCode Debugger
  • clear console on every code change

Fixed

  • "disabled launcher" mode errors related to Hot Module Replacement

Changed

  • terminal output formatting
  • logging messages are divided between console and terminal stdout
  • upgrade Koa dependency to 2.3 minimum
  • "disabled launcher" mode automatically disables Hot Module Replacement

Removed

  • HMR console messages are not shown any more

Sourcemaps support

06 Oct 12:20

Choose a tag to compare

Added

  • sourcemaps are always enabled

ES6 module support

06 Oct 12:19

Choose a tag to compare

Fixes

  • Now index.js may export in ES6 module syntax