Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 260 Bytes

File metadata and controls

11 lines (10 loc) · 260 Bytes

EMP React Config Plugin

Install

  • yarn add @efox/emp-react -D
  • emp-config.js conf:
const withFrameWorkPlugin = require('@efox/emp-react')
module.exports = withFrameWorkPlugin(({config, env, empEnv}) => {
  // your options here
})