mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
docs: swc
This commit is contained in:
parent
f5dddd7700
commit
6e5bfbca93
@ -4,7 +4,7 @@
|
||||
|
||||
- 选用 Vite 构建,安装 `npm i @fesjs/builder-vite` 依赖即可。
|
||||
- 选用 Webpack 构建,安装 `npm i @fesjs/builder-webpack` 依赖即可。
|
||||
|
||||
- Webpack构建支持用babel+terser和swc两种编译方式,如选用swc,安装`npm i @swc/core` 同时配置额外传`swcLoader:{}`,具体可以查看[配置](../reference/config)。
|
||||
|
||||
## 使用差异
|
||||
|
||||
|
@ -459,6 +459,13 @@ export default {
|
||||
|
||||
配置额外的 `babel` 插件集。
|
||||
|
||||
### swcLoader
|
||||
- 类型: `object`
|
||||
- 默认值: `undefined`
|
||||
- 详情:
|
||||
|
||||
传对象时使用swc进行编译和压缩,[swc配置](https://swc.rs/docs/configuration/swcrc)
|
||||
默认usage模式
|
||||
### extraPostCSSPlugins
|
||||
|
||||
- 类型: `array`
|
||||
|
Loading…
x
Reference in New Issue
Block a user