Makes the webpack offline-plugin compatible with react-static.
npm install --save-dev @elbstack/react-static-plugin-offlineor
yarn add --dev @elbstack/react-static-plugin-dotenvAdd react-static-plugin-offline to your static.config.js:
plugins: [
'@elbstack/react-static-plugin-offline'
]