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 am trying to migrate from V5 to V6. I need to avoid xhr requests for performance.
For testing this loader I have created a new cordova-core app without bundler (webpack) using CLI. Now what would be the steps to implement this loader?
The text was updated successfully, but these errors were encountered:
maqeelqureshi
changed the title
Steps to implement in an core cordova app (without bundler) ?
Implementation steps in a cordova app (core app without bundler) ?
Apr 12, 2021
I am trying to migrate from V5 to V6. I need to avoid xhr requests for performance.
For testing this loader I have created a new cordova-core app without bundler (webpack) using CLI. Now what would be the steps to implement this loader?
I tried following steps,
Now when i try to run the application is shows error that
GET http://localhost:8080/config.xml 404 (Not Found)
The text was updated successfully, but these errors were encountered: