bobobobo commented on issue #962:
URL: https://github.com/apache/cordova-lib/issues/962#issuecomment-3332497014

   I need an alias for the plugin because the plugin uses configuration from 
package.json
   `"cordova": {
       "plugins": {
   "cordova-plugin-geolocation": {
           "GPS_REQUIRED": "true"
         }
   }
   `
   
   That configuration path seems to be hardcoded in the plugin, so I can't use 
`"@MyOrg/cordova-plugin-geolocation":{...}`.
   That's why I want to use alias supported by NPM.


-- 
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