envify-config
v0.0.1
Published
Browserify transform for replacing process.env variables with the config module settings.
Downloads
9
Readme
envify-config
A simple module that combines the envify and config modules for Browserify process configuration.
Why?
Building modules that are intended to be browserified means you need to add the required transforms to the package.json
. However, using this configuration only allows us to set the modules to use for the transforms.
License
MIT