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
I have an app and configuration based on the example in the tutorial video from the npm page.
The app works ok in development mode on all platforms.
When it's built in production mode it doesn't run properly on an iOS device.
After turning on the source map I can see in the Safari debugger that the entry points are called in what appears to be the wrong order i.e. deviceready is called before initialise.
I'm new to webpack so is there something obvious that I might be missing here?
The text was updated successfully, but these errors were encountered:
I have an app and configuration based on the example in the tutorial video from the npm page.
The app works ok in development mode on all platforms.
When it's built in production mode it doesn't run properly on an iOS device.
After turning on the source map I can see in the Safari debugger that the entry points are called in what appears to be the wrong order i.e. deviceready is called before initialise.
I'm new to webpack so is there something obvious that I might be missing here?
The text was updated successfully, but these errors were encountered: