arco-design / arco-plugins

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

feat:varsInjectScope 参数支持正则表达式,例如 ['src',/node_modules\/package\//] #20

Closed jinghm318 closed 2 years ago

jinghm318 commented 2 years ago

Types of changes

Background and context

varsInjectScope 参数支持正则表达式,例如 ['src',/node_modules\/package\//]

正则表达式不可以有 flags,也就是包含 i,g 等flag,必须以 / 开头和结尾

Solution

How is the change tested?

Changelog

Changelog(CN) Changelog(EN) Related issues

Checklist:

Other information