https://github.com/ratson/gatsby-plugin-production
https://github.com/ratson/gatsby-plugin-production
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ratson/gatsby-plugin-production
- Owner: ratson
- Created: 2018-11-27T10:28:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T13:47:56.000Z (over 7 years ago)
- Last Synced: 2025-03-01T23:49:19.912Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gatsby-plugin-production
Opinionated production config.
## Installation
```
npm install gatsby-plugin-production --save
```
## Usage
Add the plugin to your `gatsby-config.js`.
```javascript
plugins: ['gatsby-plugin-production']
```