Skip to content

Commit

Permalink
build(rollup): add externals with vue-demi (#3975)
Browse files Browse the repository at this point in the history
rollup 构建中移除vue-demi 解决使用umd格式时无法切换Vue3版本问题
  • Loading branch information
ttsimon authored Oct 6, 2023
1 parent 97e7544 commit 373dfed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/rollup.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const presets = () => {
'@formily/json-schema': 'Formily.JSONSchema',
'@formily/react': 'Formily.React',
'@formily/vue': 'Formily.Vue',
'vue-demi': 'VueDemi'
}
return [
typescript({
Expand Down

0 comments on commit 373dfed

Please sign in to comment.