@efox/emp-swc
v1.1.4
Published
## Install + `yarn add @efox/emp-swc -D` + `emp-config.js` conf: ```javascript const withSWC = require('@efox/emp-swc') module.exports = withSWC(({config, env, empEnv}) => { // your options here }) ```
Maintainers
Keywords
Readme
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
})