As in the above image, "resoleve module @theia/electron
" this step will take a long time.
But i only need to use Theia in the browser, is there a way or trick to skip the "resoleve module @theia/electron
" step ?
@4EverM The electron resolving step isn’t taking that long. It’s the whole webpack compiler that takes ~30 seconds on most machines. Note that you currently rebuild the whole application every time you start the app since you call theia build
. Just calling theia start
should start the server in roughly 1-2 seconds.