expo export:web without PWA

Hello,

As with in this topic (--no-pwa switch for npx expo export:web?) I would like to disable the creation of a PWA however there doesn’t appear to be any way to do this with the new local cli. The solution of using the old cli doesn’t seem to be suitable any more since expo-cli build:web doesn’t appear to work. I wonder if this might because of webpack 5?

Could I therefore confirm if using expo-cli build:web --no-pwa is still the recommended way of making a web build without a PWA or if there is a better way of doing this?

Thanks