cmux / koot

Koot是基于React和Koa的WEB全栈技术解决方案。
https://koot.js.org
Apache License 2.0
67 stars 13 forks source link

新的生命周期 beforeBuild & afterBuild #288

Closed Diablohu closed 3 years ago

Diablohu commented 3 years ago
module.exports = {
    // ...
    beforeBuild: async (fullConfig) => {},
    afterBuild: async (fullConfig) => {},
    // ...
};
Diablohu commented 3 years ago

implemented in https://github.com/cmux/koot/commit/25f6f24526fb9d57cb708a1d6a84ba42aa23e84d