Skip to content
New issue

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

预编译后 template.js 经过 webpack 编译后出现this指向错误 #100

Open
longjiarun opened this issue Oct 25, 2015 · 1 comment

Comments

@longjiarun
Copy link

预编译后生成的 template.js 经过 webpack 编译后出现this指向错误,希望能够尽快解决

var cache = template.cache = {},
    //错误行
    String = this.String,
    //错误行结束
    escapeMap = {
    "<": "&#60;",
    ">": "&#62;",
    '"': "&#34;",
    "'": "&#39;",
    "&": "&#38;"
}
@aui
Copy link
Owner

aui commented Oct 25, 2015

希望 @longjiarun 能够贡献代码,帮忙修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants