d0p3t / fivem-js

Javascript and Typescript wrapper for the FiveM natives API
https://d0p3t.nl
Other
143 stars 57 forks source link

[BUG] Entity bug with tree shaking enabled #61

Closed Dreaming-Codes closed 3 years ago

Dreaming-Codes commented 3 years ago

I have already described the bug here #60

Dreaming-Codes commented 3 years ago

I think that this can help for solving the problem

Dreaming-Codes commented 3 years ago

Okay, I investigated and it's not a problem to use my pull solution because it just tells the compiler that it can't skip those files but will still check them for unused code.