Bug Report
Problem
When restoring browser platform with cordova-plugin-device active, the following warning is emitted:
config file config.xml requested for changes not found at /path/to/project/platforms/browser/config.xml, ignoring
To reproduce, on a freshly created new cordova project:
cordova platform add browser
cordova plugin add cordova-plugin-device <-- no warning emitted here
rm -rf platforms plugins
cordova prepare browser <-- warning emitted
Information
Version information
cordova@11.0.0
cordova-browser@6.0.0
cordova-plugin-device@2.0.3
Checklist