We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
传送门:https://github.com/ecomfe/edp-build/blob/master/lib/util/replace-tag-attribute.js
<
如 <head><script src="<$root>/path/file.js" type="text/javascript"></script></head> 中的 <$root> 变量,会导致解析出错。
<head><script src="<$root>/path/file.js" type="text/javascript"></script></head>
<$root>
如搜索 menu 标签时,若有 menubar 的标签,也会被错误的匹配到。
menu
menubar
The text was updated successfully, but these errors were encountered:
issue #104. add test case && bugfix.
2186261
bug 1 已修,bug 2 需要去找找有没有误用的状况再修。
bug 1
bug 2
Sorry, something went wrong.
dea822a
No branches or pull requests
传送门:https://github.com/ecomfe/edp-build/blob/master/lib/util/replace-tag-attribute.js
1. attribute 中包含
<
时出错如
<head><script src="<$root>/path/file.js" type="text/javascript"></script></head>
中的<$root>
变量,会导致解析出错。2. 会匹配到所有以 tag 名为前缀的标签
如搜索
menu
标签时,若有menubar
的标签,也会被错误的匹配到。The text was updated successfully, but these errors were encountered: