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