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
If we leverage browser caching. Then the cordova_plugins.js should be cached by the browser for as long as possible. Therefore it would be a nice feature to have cordova_plugins.js cache bustable
An easy way of doing it is to add a query string to the request for cordova_plugins.js hash where the hash could be generated on build from the plugins list
The text was updated successfully, but these errors were encountered:
Feature Request
Motivation Behind Feature
If we leverage browser caching. Then the
cordova_plugins.js
should be cached by the browser for as long as possible. Therefore it would be a nice feature to havecordova_plugins.js
cache bustableFeature Description
An easy way of doing it is to add a query string to the request for
cordova_plugins.js
hash
where the hash could be generated on build from the plugins listThe text was updated successfully, but these errors were encountered: