im using ionic 7 and capacitor 6
is this normal?
my capacitor config webdir is www
why is it generating files in www/browser?
i suspect it may cause problems with assets not displaying right
thanks
1 Like
in angular.json:
"outputPath": {
"base": "www",
"browser": ""
},