Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 321 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 321 Bytes

react-static-plugin-dotenv

Installation

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

or

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

Configuration

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

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