@elbstack/react-static-plugin-offline
v1.0.0
Published
Makes the webpack offline-plugin compatible with react-static.
Readme
react-static-plugin-offline
Makes the webpack offline-plugin compatible with react-static.
Installation
npm install --save-dev @elbstack/react-static-plugin-offlineor
yarn add --dev @elbstack/react-static-plugin-dotenvConfiguration
Add react-static-plugin-offline to your static.config.js:
plugins: [
'@elbstack/react-static-plugin-offline'
]