Skip to content

Commit

Permalink
Update .fatherrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 12, 2024
1 parent 4e31189 commit 8e6f042
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .fatherrc.js
@@ -1,10 +1,5 @@
import { defineConfig } from 'father';

export default defineConfig({
platform: 'browser',
cjs: { output: 'lib' },
esm: {
output: 'es',
alias: { 'rc-util/lib': 'rc-util/es' },
},
});
plugins: ['@rc-component/father-plugin'],
});

0 comments on commit 8e6f042

Please sign in to comment.