1.0.0 • Published 4 years ago

@elbstack/react-static-plugin-offline v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-static-plugin-offline

Makes the webpack offline-plugin compatible with react-static.

Installation

npm install --save-dev @elbstack/react-static-plugin-offline

or

yarn add --dev @elbstack/react-static-plugin-dotenv

Configuration

Add react-static-plugin-offline to your static.config.js:

plugins: [
  '@elbstack/react-static-plugin-offline'
]