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