Closed hhumphrey-dazn closed 8 years ago
Currently the library injects the liveReload functionality under specific circumstances i.e with the onLaunch method written as either:
App.onLaunch = function () {}
or
App.onLaunch = function (options) {}
This PR account for other cases such as including async functionality or arrow functions etc.
Thanks for this PR
Currently the library injects the liveReload functionality under specific circumstances i.e with the onLaunch method written as either:
App.onLaunch = function () {}
or
App.onLaunch = function (options) {}
This PR account for other cases such as including async functionality or arrow functions etc.