ragemp-typescript icon indicating copy to clipboard operation
ragemp-typescript copied to clipboard

Compiling into one file

Open rockingTeapot opened this issue 3 years ago • 1 comments

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.

rockingTeapot avatar Jul 25 '22 23:07 rockingTeapot

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

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

narcisbugeag avatar Jul 26 '22 06:07 narcisbugeag