cordova-discuss
cordova-discuss copied to clipboard
Cordova CLI should check package.json or config.xml, not www directory
If there is no www directory then Cordova CLI refuses to work. This causes an issue if the www directory should be generated by Webpack or some other tool. Cordova CLI should be smart enough to check for valid config.xml or cordova configuration in package.json instead.