xxshady / altv-esbuild

Hot reload (without reconnect and restart of the server) ✨
https://xxshady.github.io/altv-esbuild
38 stars 3 forks source link

Does it work with js module v2? #23

Open xxshady opened 9 months ago

xxshady commented 9 months ago

altv-esbuild only works in v1 compatibility mode of js module v2

Known issues

Possible fixes (fixed in js v2)

xxshady commented 9 months ago

base objects are not destroyed because of https://github.com/altmp/altv-js-module-v2/issues/196

SashaGoncharov19 commented 2 weeks ago

bump

xxshady commented 2 weeks ago

I've started to fix baseobjects deletion on resource reload (the most critical issue, at least that is known) in this branch, currently there is one sub-issue with statics, for example alt.Vehicle.all is undefined on serverside, I hope it will be the last bug and then I will publish fix for baseobjects