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 had a similar issue. I believe that you should not use require.js because the bootstrap.js decides when load files from www or cache (cdvfile://). In that case, require.js is not able to understand it and choose from which location load your scripts.
Hi,
we use requirejs to start our app. So for now in index.html we have
I don't think this is possible with the current bootstrap.js and manifest file. Or is it?
Or could it be a future feature with syntax something like:
The text was updated successfully, but these errors were encountered: