1.1.0 • Published 5 years ago
@jkyu/emp-esm v1.1.0
EMP ESBUILD Config Plugin
Install
yarn add @jkyu/emp-swc -Demp-config.jsconf:
const withESM = require('@jkyu/emp-esm')
module.exports = withESM(({config, env, empEnv}) => {
// your options here
})