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://unpkg.com/browse/[email protected]/es/rrweb/_virtual/_rollup-plugin-web-worker-loader__helper__node__WorkerClass.js 这里有用到这个语法,webpack 不报错,mako 报错。
try { const a = 1 && require('not-found-module'); } catch(e) {}
期望不报错,实际报错。
The text was updated successfully, but these errors were encountered:
@sorrycc 指给我,我提个pr吧
Sorry, something went wrong.
fix: umijs#1007
bad80f8
support BinaryExpression
fix: #1007 (#1738)
5714d19
support BinaryExpression Co-authored-by: shikuan.sk <[email protected]>
Successfully merging a pull request may close this issue.
背景
https://unpkg.com/browse/[email protected]/es/rrweb/_virtual/_rollup-plugin-web-worker-loader__helper__node__WorkerClass.js 这里有用到这个语法,webpack 不报错,mako 报错。
复现
期望不报错,实际报错。
方案
The text was updated successfully, but these errors were encountered: