After updating from scratch from 0.26 to 0.29 (and starting the update based on the reaction), I get the following error in the Android debugger:
Got JS Exception: ReferenceError: Can't find variable: process
And this is an error message in the Android emulator
java.lang.RunTimeException: ReferenceError: can't find variable process (http:
I have not changed any of my javascript applications since the update, and everything worked without errors, so I assume that the problem is not in javascript, and changing the versions of the answers deleted the variable "process"
Even when loading an empty index file (one responsive component that does nothing) it still leads to the same error.
source share