1 Star 0 Fork 0

Anunnaki/pro-components

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.fatherrc.base.ts 896 Bytes
一键复制 编辑 原始数据 按行查看 历史
import { defineConfig } from 'father';
export default defineConfig({
// 以下为 esm 配置项启用时的默认值,有自定义需求时才需配置
esm: {
input: 'src', // 默认编译目录
output: 'es',
extraBabelPlugins: [[require.resolve('./scripts/replaceLib'), {}]],
platform: 'browser', // 默认构建为 Browser 环境的产物
transformer: 'babel', // 默认使用 babel 以提供更好的兼容性
},
// 以下为 cjs 配置项启用时的默认值,有自定义需求时才需配置
cjs: {
extraBabelPlugins: [
[require.resolve('./scripts/replaceEs'), {}],
[require.resolve('./scripts/replaceLodash'), {}],
],
input: 'src', // 默认编译目录
output: 'lib',
platform: 'browser', // 默认构建为 Node.js 环境的产物
transformer: 'babel', // 默认使用 esbuild 以获得更快的构建速度
},
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/anunnaki/pro-components.git
[email protected]:anunnaki/pro-components.git
anunnaki
pro-components
pro-components
master

搜索帮助