Is your feature request related to a problem? Please describe.
During development of big application, the development build may slow down because of Maleo builds the whole application first
Describe the solution you'd like
I would like to have a development code which builds and loads the code on demand to make development faster
Additional context
Maybe similar to what Next.js does on their development builds. They called it code splitting on CLI application, which is very cool idea
https://www.youtube.com/watch?v=evaMpdSiZKk
Is your feature request related to a problem? Please describe.
During development of big application, the development build may slow down because of Maleo builds the whole application first
Describe the solution you'd like
I would like to have a development code which builds and loads the code on demand to make development faster
Additional context
Maybe similar to what Next.js does on their development builds. They called it code splitting on CLI application, which is very cool idea
https://www.youtube.com/watch?v=evaMpdSiZKk