leonardssh / ragemp-typescript

A Typescript Boilerplate for RAGE:MP with simple setup and usage.
https://rage.mp
MIT License
44 stars 11 forks source link

Compiling into one file #3

Open rockingTeapot opened 2 years ago

rockingTeapot commented 2 years ago

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.

leonardssh commented 2 years ago

You should able to do that with Rollup without any plugins.

Take a look at the code splitting section from their documentation.