UNPKG

@ovine/core

Version:

Build flexible admin system with json.

16 lines (15 loc) 343 B
/** * app.auto 自动集成应用入口 */ import "./includes"; import "./auto"; if (process.env.HOT) { // Hot Module Replacement API const { hot } = module; if (hot) { hot.accept((err) => { // eslint-disable-next-line console.error('An error occurred when hot reload.', err); }); } }