@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 }) ```
Downloads
9
Maintainers
Keywords
Readme
EMP SWC Config Plugin
Install
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
})