@modern-js/module-tools-v2
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
19 lines (18 loc) • 707 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.buildHooks = void 0;
var _plugin = require("@modern-js/plugin");
const buildHooks = {
beforeBuild: (0, _plugin.createParallelWorkflow)(),
beforeBuildTask: (0, _plugin.createParallelWorkflow)(),
afterBuildTask: (0, _plugin.createParallelWorkflow)(),
afterBuild: (0, _plugin.createParallelWorkflow)(),
registerBuildPlatform: (0, _plugin.createParallelWorkflow)(),
beforeBuildPlatform: (0, _plugin.createParallelWorkflow)(),
buildPlatform: (0, _plugin.createParallelWorkflow)(),
afterBuildPlatform: (0, _plugin.createParallelWorkflow)()
};
exports.buildHooks = buildHooks;
//# sourceMappingURL=build.js.map