Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

v12.4.0

Compare
Choose a tag to compare
@egoist egoist released this 09 Jan 08:13
· 216 commits to master since this release

Features

  • Now a command called test or starts with test: will automatically run in test mode, therefore the @poi/plugin-karma now uses the command poi test:unit instead of poi karma --test.
  • A new hook to run before command: api.hook('beforeRun', () => Promise<void> | void)
  • Display memory usage under --serve

Fixes

  • Respect process.env.HOST and process.env.PORT
  • Dev client ES5 compatibility
  • A bug with output.publicUrl: './' under --serve