Menu
Facing an issue in Bun where the bundler renames specific classes in my project. For instance, “Model” is used both as an object type and variable name, but Bun modifies the object definitions, not the variable names. Is there a way to prevent this behavior?