ragemp-typescript
ragemp-typescript copied to clipboard
A Typescript Boilerplate for RAGE:MP with simple setup and usage.
How do I get rollup to also move my html/css/vue files from /src to /dist. By default it’s only moving the compiled js files
I want my code compiled into multiple files, not in one giant file. For me code look more aesthetic when it is made of many small files.
I noticed that rollup script does not preserve whole **game_resources** and **package2** folders. Can be a bit annoying as it does not delete but clears the folders so can be...
Any chance you add support for CEF (build in or as some kind of drop in)? These boilerplate saved my life since i have no idea about transpilers and stuff...