How can I stop the Beacon JavaScript from being inserted automatically?

My Angular PWA offline mode breaks when the Beacon JavaScript is inserted automatically (because the Angular hash doesn't match the hash of the content served). I've tried adding the snippet manually and setting no-transform (Cache-Control: public, no-transform), but it is still inserted. There is no advanced settings option (as described in the docs), so I'm stuck. Any suggestions please?
Was this page helpful?