1.1.4 • Published 4 years ago
@efox/emp-swc v1.1.4
EMP SWC Config Plugin
Install
yarn add @efox/emp-swc -Demp-config.jsconf:
const withSWC = require('@efox/emp-swc')
module.exports = withSWC(({config, env, empEnv}) => {
// your options here
})yarn add @efox/emp-swc -D emp-config.js conf:const withSWC = require('@efox/emp-swc')
module.exports = withSWC(({config, env, empEnv}) => {
// your options here
})