Skip to content

caviarjs/caviar-plugin-define-runtime-env

Repository files navigation

Build Status Coverage

@caviar/plugin-define-runtime-env

Caviar plugin to allows you to define process.env variables which can be configured at runtime for both webpack and server

Install

$ npm i @caviar/plugin-define-runtime-env

Usage

const RuntimeEnvPlugin = require('@caviar/plugin-define-runtime-env')

const plugin = new RuntimeEnvPlugin({

})

caviarConfig.plugins.push(plugin)

License

MIT

About

Caviar plugin to allows you to create global constants which can be configured at runtime for both webpack and server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors