UNPKG

ttk-app-core

Version:

@ttk/recat enterprise develop framework

18 lines (17 loc) 542 B
export default { name: "home-condition", version: "0.0.1", description: "home-condition", meta: null, components: [], config: (option) => option, type: "origin", load: async (cb) => { const app = await (() => import(/* webpackChunkName: "home" */ "./app"))(); const action = await (() => import(/* webpackChunkName: "home" */ "./action"))(); const reducer = await (() => import(/* webpackChunkName: "home" */ "./reducer"))(); cb(app.default, action, reducer, null, null, "home-condition"); }, };