Routes.js not added to html pages on mobile app

Wappler Version : 2.5.0
Operating System : Mac 10.14

Expected behavior

When routes are created in a mobile app, the file specified (js/routes.js by default) should be included on the main app page (eg. index.html)

Actual behavior

routes.js is not added to the html file, so no linking works.

How to reproduce

Create a new blank mobile application
Turn on routing using the default options.
Add a route
Nothing added to html