Development and debugging takes a lot of time

@mr_monkey
bundling and building the codebase takes a lot of time and hence we have to wait a lot to see reflection of changes we made, watch files and hot reload method is also not helping in that regard.

If it is possible we can improve bundling time maybe using parallel thread technology( which i am not sure of right now) , it would really help developers boost their debugging ability.

Agreed. I don’t know how much this will help, but I’m already planning to look into reducing the number and size of project dependencies in the near future. Part of that will be reducing the amount of code that gets bundled into the client-side scripts, so should help with build time.

2 Likes