Skip to content

Commit

Permalink
chore: external react & react-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Nov 22, 2023
1 parent 80b141b commit ced6cfd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .fatherrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ export default defineConfig({
plugins: ['@rc-component/father-plugin'],
umd: {
name: 'antdCssinjs',
externals: {
react: 'React',
'react-dom': 'ReactDOM',
},
},
});
});

0 comments on commit ced6cfd

Please sign in to comment.