Closed
Description
I have this conflict during installation:
Failed to install 'cordova-plugin-webpack': Error: cordova-plugin-webpack cannot be added. changes in this plugin conflicts with changes in config.xml. Conflicts must be resolved before plugin can be added.
My relevant items in config.xml looks like this:
<edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application">
<application android:allowBackup="false" />
<application android:fullBackupContent="false" />
</edit-config>
How do I solve it?