Handling Lazy Loading Routes when offline
[issue link]As Lazy Loading Routes is a part of Nuxtjs and is enabled by default, my questions are:
- How can we handle app behavior when app is no longer online and trying to navigate to route that is not loaded yet? By default I see “Loading chunk %n failed.” error. What approaches are possible here show user message about offline status etc?
- Is it possible to disable splitting app.js build on pages for production? That could be usefull for small apps that doesn’t need this.
Thanks for help!