6 ms·
Bun.build actually has a `define:` option that does the same thing as your replace. If you use it, it'll even propagate the value, and treeshake away any `if(im
by tombl 2y ago
Bun.build actually has a `define:` option that does the same thing as your replace.
If you use it, it'll even propagate the value, and treeshake away any `if(import.meta.hot)` you have.
- ToJans 2y agoVery good tip; thank you!