This repository was archived by the owner on Dec 6, 2021. It is now read-only.
v12.4.0
Features
- Now a command called
testor starts withtest:will automatically run intestmode, therefore the@poi/plugin-karmanow uses the commandpoi test:unitinstead 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.HOSTandprocess.env.PORT - Dev client ES5 compatibility
- A bug with
output.publicUrl: './'under--serve