加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-config.js 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
JamesYeung 提交于 2022-06-04 00:44 . chore: sync ant-design v4.20.7 (#2497)
const { join } = require('path');
// const packageJson = require(`${__dirname}/components/package.json`);
const buildVersion = '0.11.0';// packageJson.version;
module.exports = {
projectVersion: buildVersion,
projectDir: __dirname,
componentsDir: join(__dirname, 'components'),
scriptsDir: join(__dirname, 'scripts'),
outputDir: join(__dirname, 'dist'),
publishDir: join(__dirname, 'publish'),
libDir: join(__dirname, 'lib')
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化