Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.54 KB

File metadata and controls

40 lines (29 loc) · 1.54 KB

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