@efox/emp-svetle
v1.1.4
Published
## Install + `yarn add @efox/emp-svetle -D` + `emp-config.js` conf: ```javascript const withFrameWorkPlugin = require('@efox/emp-svetle') module.exports = withFrameWorkPlugin(({config, env, empEnv}) => { // your options here }) ```
Downloads
9
Maintainers
Keywords
Readme
EMP Svetle Config Plugin
Install
yarn add @efox/emp-svetle -D
emp-config.js
conf:
const withFrameWorkPlugin = require('@efox/emp-svetle')
module.exports = withFrameWorkPlugin(({config, env, empEnv}) => {
// your options here
})