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'
]