Skip to content

Commit

Permalink
chore: adjust migrate script
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Oct 26, 2022
1 parent 918a320 commit c67a7a1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions bin/rc-test-migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ if (fatherVer) {
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'],
});
`.trim(),
"utf-8"
Expand Down

0 comments on commit c67a7a1

Please sign in to comment.