# 自定义任务 API

const api = (mix) => {
  // 使用API自定义任务
};

module.exports = (balm) => {
  return {
    config: {}, // Your project config
    api
  };
};

balm.config 请参照 BalmJS 配置文档

Last Updated: 3 years ago