Caviar plugin to allows you to define process.env variables which can be configured at runtime for both webpack and server
$ npm i @caviar/plugin-define-runtime-env
const RuntimeEnvPlugin = require('@caviar/plugin-define-runtime-env')
const plugin = new RuntimeEnvPlugin({
})
caviarConfig.plugins.push(plugin)