Tencent / tdesign-vue-next

A Vue3.x UI components lib for TDesign.
https://tdesign.tencent.com/vue-next
MIT License
1.45k stars 465 forks source link

[npm build] 项目打包会报 Missing class properties transform #2879

Open 13725102796 opened 1 year ago

13725102796 commented 1 year ago

tdesign-vue-next 版本

最新项目版本

重现链接

No response

重现步骤

WechatIMG741

需要修改 babel.config.js line: 20

# plugins: ['@vue/babel-plugin-jsx']
plugins: ['@vue/babel-plugin-jsx','@babel/plugin-proposal-class-properties','@babel/plugin-proposal-private-methods'],

期望结果

No response

实际结果

No response

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

No response

github-actions[bot] commented 1 year ago

👋 @13725102796,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

uyarn commented 1 year ago

你是打这个项目的包?包管理工具是什么呢?(因为现在是周迭代的每周都会触发至少一次build的workflow 所以如果有问题应该包都发布不了的

13725102796 commented 1 year ago

是把项目直接拉下来的。pnpm install 安装完后, 跑 pnpm build 就报错了。

PengYYYYY commented 1 year ago

用 npm install 看看呢