@efox/emp-config-json
v1.0.0
Published
## Install
Downloads
5
Maintainers
Keywords
Readme
EMP JSON Config Plugin
Install
yarn add @efox/emp-config-json -D
emp-config.js
conf:
const withEMPJSON = require('@efox/emp-config-json')
module.exports = withEMPJSON(({config, env, empEnv}) => {
// your options here
})