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
function replaceCode() { return code.replace('xxx', '') } this.register('output-file', ({ filename, code }) => { code = replaceCode(code); return Promise.resolve({ filename, code }); });
无法对.wpy文件的内容替换
.wpy
wepy2
.wpy的文件xxx不会替换
xxx
可以替换文件.wpy的xxx
The text was updated successfully, but these errors were encountered:
fix(cli): output-file can't replace content
daaba41
fix Tencent#2007
fdfdbd3
fix #2007
Successfully merging a pull request may close this issue.
Description
无法对
.wpy
文件的内容替换Environment
wepy2
Observed Results
.wpy
的文件xxx
不会替换Expected Results
可以替换文件
.wpy
的xxx
The text was updated successfully, but these errors were encountered: