You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build time is too slow for the size of the project. Should look into ways of optimizing it, like using parallell npm processes, splitting up the webpack build, only optimizing file sizes for build (not watch) tasks, etc.
At the moment, gradle uses node tasks, while we can call the gradle build using npm as well. Should probably save some time using things natively, perhaps integrating it in the webpack build?
Suggestions are welcome!
The text was updated successfully, but these errors were encountered:
The build time is too slow for the size of the project. Should look into ways of optimizing it, like using parallell npm processes, splitting up the webpack build, only optimizing file sizes for build (not watch) tasks, etc.
At the moment, gradle uses node tasks, while we can call the gradle build using npm as well. Should probably save some time using things natively, perhaps integrating it in the webpack build?
Suggestions are welcome!
The text was updated successfully, but these errors were encountered: