@elbstack/react-static-plugin-dotenv
v1.1.1
Published
A plugin that integrates dotenv into the react-static webpack process
Downloads
33
Readme
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'
]