1.1.1 • Published 2 years ago

webpack-env-prefix-plugin v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

webpack-env-prefix-plugin

CI npm version License Buy me a coffee

Packages the REACT_APP_* env handling from create-react-app as a standalone webpack plugin.

Usage

npm install --save-dev webpack-env-prefix-plugin
// webpack.config.js
const EnvPrefixPlugin = require('webpack-env-prefix-plugin')

module.exports = {
  plugins: [
    new EnvPrefixPlugin()
  ]
}
const config = {
  NODE_ENV: process.env.NODE_ENV,
  MY_CONFIG: process.env.REACT_APP_MY_CONFIG,
}
1.1.1

2 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago