UNPKG

webpack-env-prefix-plugin

Version:

Webpack plugin to populate process.env with prefixed env vars e.g. REACT_APP

31 lines (30 loc) 683 B
{ "name": "webpack-env-prefix-plugin", "version": "1.1.1", "license": "MIT", "author": "Viljami Kuosmanen <viljami@viljami.io>", "description": "Webpack plugin to populate process.env with prefixed env vars e.g. REACT_APP", "homepage": "https://github.com/anttiviljami/webpack-env-prefix-plugin#readme", "keywords": [ "webpack", "env", "process", "variable", "environment", "plugin", "REACT_APP" ], "main": "index.js", "scripts": { "test": "jest --passWithNoTests" }, "peerDependencies": { "webpack": "^4 || ^5" }, "dependencies": { "react-scripts": "^2.1.3" }, "devDependencies": { "jest": "^28.1.2" } }