Closed jinghm318 closed 1 year ago
某些场景下,include 中的一些文件没有配置 Babel-loader,会导致编译错误。例如,arco组件库被引用在第三方组件库中,而第三方组件库可能默认没有babel-loader。
判断babel-loader是否已经配置了
feature
master
Types of changes
Background and context
某些场景下,include 中的一些文件没有配置 Babel-loader,会导致编译错误。例如,arco组件库被引用在第三方组件库中,而第三方组件库可能默认没有babel-loader。
Solution
判断babel-loader是否已经配置了
How is the change tested?
Changelog
Checklist:
feature
branch and others should be submitted tomaster
branch)Other information