Closed jinghm318 closed 2 years ago
varsInjectScope 参数支持正则表达式,例如 ['src',/node_modules\/package\//]
正则表达式不可以有 flags,也就是包含 i,g 等flag,必须以 / 开头和结尾
feature
master
Types of changes
Background and context
varsInjectScope 参数支持正则表达式,例如 ['src',/node_modules\/package\//]
正则表达式不可以有 flags,也就是包含 i,g 等flag,必须以 / 开头和结尾
Solution
How is the change tested?
Changelog
Checklist:
feature
branch and others should be submitted tomaster
branch)Other information