When someone creates a vanilla iOS project from the CLI, the default app is 8 MB. It's obvious why this is so, the www/res folder includes all the icons for all the platforms and is 8 MB.
Can we change this (why include all icons -- the www should be agnostic), or is this a documentation problem.