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
NODE_ENV=production
Canary 0.6.0
No response
import React from "react"; const tag = <img src={"/discord.svg"} />; console.log(tag);
Run this file with BUN_ENV=production or NODE_ENV=production:
BUN_ENV=production
$ BUN_ENV=production bun run repro.tsx [0.03ms] ".env" 1 | import React from "react"; 2 | const tag = <img src={"/discord.svg"} />; ^ ReferenceError: Can't find variable: $$typeof_e0cf17fb09011b12 at /Users/colinmcd94/Documents/bun/site/repro.tsx:2:13
The text was updated successfully, but these errors were encountered:
this got fixed at some point
Sorry, something went wrong.
No branches or pull requests
What version of Bun is running?
Canary 0.6.0
What platform is your computer?
No response
What steps can reproduce the bug?
Run this file with
BUN_ENV=production
orNODE_ENV=production
:What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: