This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
v12.4.0
·
216 commits
to master
since this release
Features
- Now a command called
test
or starts withtest:
will automatically run intest
mode, therefore the@poi/plugin-karma
now uses the commandpoi test:unit
instead ofpoi 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
andprocess.env.PORT
- Dev client ES5 compatibility
- A bug with
output.publicUrl: './'
under--serve