Skip to content

Commit

Permalink
fix: fix rollup.base.js externals antd name (#3084)
Browse files Browse the repository at this point in the history
  • Loading branch information
ickeep authored Apr 30, 2022
1 parent 0ff3368 commit a4029fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rollup.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { terser } from 'rollup-plugin-terser'

const presets = () => {
const externals = {
antd: 'Antd',
antd: 'antd',
vue: 'Vue',
react: 'React',
moment: 'moment',
Expand Down

0 comments on commit a4029fb

Please sign in to comment.