I am trying to setup Push Notifications using PushWoosh. I have added the following lines to my config.xml:
The first one (pushwoosh) works fine, however it requires pushnotification.js. If I include that second line above (pushplugin) I get the following error message when I build my app:
Error - A plugin asset was found in your app (remove any plugin assets from your app as they will be injected by Build): PushNotification.js
This file is NOT included in my build but yet it is telling me that it is failing due to it being included.
Please advise.
The first one (pushwoosh) works fine, however it requires pushnotification.js. If I include that second line above (pushplugin) I get the following error message when I build my app:
Error - A plugin asset was found in your app (remove any plugin assets from your app as they will be injected by Build): PushNotification.js
This file is NOT included in my build but yet it is telling me that it is failing due to it being included.
Please advise.

