Open rockingTeapot opened 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.
You should able to do that with Rollup without any plugins.
Take a look at the code splitting section from their documentation.
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.