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?
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?