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
devtools needs to be initilized after the mainWindow has been loaded, but not before!
I could reproduce that this is indeed the problem, by uncommenting debug({ showDevTools: true }), hitting save, readding the line, hitting save again, all while the "frozen" LiGround window was open, which in the end let me use LiGround in dev mode again.
The text was updated successfully, but these errors were encountered:
Thank you for the fast reply! Sadly the suggested change did not fix the problem, but the error message changed for now:
ERROR in ./src/main/index.js
Module parse failed: The top-level-await experiment is not enabled (set experiments.topLevelAwait: true to enabled it)
File was processed with these loaders:
* ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
Error: The top-level-await experiment is not enabled (set experiments.topLevelAwait: true to enabled it)
It has still the same behavior: if I change some code, the app automatically reloads and is working fine!
Error:
npm build
npm build
, everything works finenpm dev
, I get the following error:Problem:
devtools
needs to be initilized after themainWindow
has been loaded, but not before!debug({ showDevTools: true })
, hitting save, readding the line, hitting save again, all while the "frozen" LiGround window was open, which in the end let me use LiGround in dev mode again.The text was updated successfully, but these errors were encountered: