breautek commented on issue #1207:
URL: https://github.com/apache/cordova-ios/issues/1207#issuecomment-984730793


   > In the meantime, is there a fix for the issue I'm having with the 
cordova-sqlite-storage storage plugin?
   
   I use `[email protected]` successfully in my apps.
   
   Older versions of Cordova allowed used to expose cordova's dependencies via 
`requireCordovaModule` method which was never intentional. But plugins used to 
consume cordova's dependencies rather than declaring/importing their own 
dependency. This obviously created brittle code and made it very hard for 
Cordova to update without breaking plugins that did this practice.  
`[email protected]` appears to have these bad practices corrected.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to