We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d6c86 commit b9be50dCopy full SHA for b9be50d
.fatherrc.mts renamed to .fatherrc.ts
@@ -10,7 +10,6 @@ export default defineConfig({
10
},
11
// 以下为 cjs 配置项启用时的默认值,有自定义需求时才需配置
12
cjs: {
13
- extraBabelPlugins: [[import.meta.resolve('./scripts/replaceEs.mjs'), {}]],
14
input: 'src', // 默认编译目录
15
output: 'lib',
16
platform: 'browser', // 默认构建为 Node.js 环境的产物
0 commit comments