@otron/compile-esbuild
v1.0.1
Published
esbuild compile loader
Downloads
6
Maintainers
Readme
AMA Compile SWC
使用 swc 代替 babel 实现模块编译
Install
npm i @otron/ama-compile-swc -D
# or
pnpm add @otron/ama-compile-swc -DSetting
ama-config.js
const { defineConfig } = require('@otron/ama')
const compile = require('@otron/ama-compile-swc')
module.exports = defineConfig({
compile,
})
