disable manifest chunks by default (#7417)
### Description
We only need manifest chunks for lazy compilation, but next.js doesn't
support that yet. So put that behind a flag and disable it by default.
### Testing Instructions
<!--
Give a quick description of steps to test your changes.
-->
Closes PACK-2537