Closed vinceau closed 2 years ago
This PR refactors the Melee constants to be stored as JSON instead of in Typescript. Should make maintainability a bit easier.
Another benefit of this is that it actually makes our compiled code ever so slightly smaller (-8%).
Before: 1150 KB After: 1065 KB
Description
This PR refactors the Melee constants to be stored as JSON instead of in Typescript. Should make maintainability a bit easier.
Another benefit of this is that it actually makes our compiled code ever so slightly smaller (-8%).
Size Comparison
Before: 1150 KB After: 1065 KB