README
Webpack Dotenv Plugin
This plugin will parse .env file and replace process.env with requested values from environment variables.
License
This project is licensed under the MIT License.
Webpack integration of dotenv as a plugin
<script type="module">
import arodaxWebpackDotenvPlugin from 'https://cdn.skypack.dev/@arodax/webpack-dotenv-plugin';
</script>
This plugin will parse .env file and replace process.env with requested values from environment variables.
This project is licensed under the MIT License.