How to implement PWA IONIC 4 REACT

I am trying to use PWA in ionic with react. it install service worker and showing content is cached for offline use. But in app menifest.json its showing page does not work offline please give any advice to make my app in offline mode.
I have use the PWA configuration steps from “https://create-react-app.dev/docs/making-a-progressive-web-app/”.

Please help me.