-
-
Notifications
You must be signed in to change notification settings - Fork 595
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
replace: objectGuards not working #1178
Comments
Hey folks. This issue hasn't received any traction for 60 days, so we're going to close this for housekeeping. If this is still an ongoing issue, please do consider contributing a Pull Request to resolve it. Further discussion is always welcome even with the issue closed. If anything actionable is posted in the comments, we'll consider reopening it. ⓘ |
I met same problem and maybe actual issue. |
I don't think it was ever working:
|
Input
index.js
Expected Behavior
@rollup/plugin-replace
README says the output should be:Actual Behavior
typeof process
is not replaced.Output
Additional Information
There is no regression. Looks like the feature was merged when it was not working: #1084 (comment)
The text was updated successfully, but these errors were encountered: