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
Hi, I realized this package is outdated considering the new way cordova deals with hooks. I made a full functional minification script that is updated considering the new way cordova manages hooks (via module.exports = (context) => {return new Promise((resolve, reject) => {resolve()}). Check here: https://gist.github.com/jfoclpf/5be2694f47327ce7969c7b4dc942b528
Is it ok for you if I make some PRs to help improve this package?
The text was updated successfully, but these errors were encountered:
Hi, I realized this package is outdated considering the new way cordova deals with hooks. I made a full functional minification script that is updated considering the new way cordova manages hooks (via
module.exports = (context) => {return new Promise((resolve, reject) => {resolve()}
). Check here: https://gist.github.com/jfoclpf/5be2694f47327ce7969c7b4dc942b528Is it ok for you if I make some PRs to help improve this package?
The text was updated successfully, but these errors were encountered: