1.3.3 • Published 11 months ago

@efox/emp-compile-swc v1.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

EMP Compile SWC

使用 swc 代替 babel 实现模块编译

安装

npm i @efox/emp-compile-swc -D
# or
pnpm add @efox/emp-compile-swc -D

配置

emp-config.js

const {defineConfig} = require('@efox/emp')
const compile = require('@efox/emp-compile-swc')
module.exports = defineConfig({
  compile,
})
1.3.3

11 months ago

1.3.2

11 months ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.4

1 year ago

1.2.2

1 year ago

1.1.3

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.1.2

1 year ago

1.0.0

2 years ago