Disable `supportsImmutableAssets` with `config.output` (#95521)
`output=export` and `output=standalone` don't use adapters.
But for `supportsImmutableAssets`, you really want the adapter to get
all necessary data.
Disable immutable assets for now in this case. Once `output=export` runs
the adapter (as it should), we can remove this override again