arco-design / arco-plugins

Webpack / Vite plugins for Arco Design
https://arco.design
MIT License
68 stars 41 forks source link

feat:solve some edge case like components used in node_modules and no… #39

Closed jinghm318 closed 1 year ago

jinghm318 commented 1 year ago

…t used in src

Types of changes

Background and context

开发模式,一些边界情况出现样式无法加载

例如,组件只是在 node_modules 中的模块使用,未在页面代码中用

Solution

开发模式下,无论是否项目中使用了 arco 组件,style 非 false时,都会全量引入arco样式