STR:
- Run
npm run production
- Open
localhost:8000/dist/hosted.html in a tab.
- If you see content in the editor, open DevTools and clear ALL application data (Service Worker registration, IndexedDB, Cache, etc.)
- Refresh the page.
You should see something like this:

The editor itself is not really visible but the preview works fine. This is not an issue for src builds or if you load dist as long as it isn't gzipped. This is an issue only when we gzip the content using npm run production locally. Not an issue on staging.