Skip to content

Commit

Permalink
docs(README): 添加 lightningcss 支持
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Jan 3, 2024
1 parent 61569c3 commit b23d1b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
},
"[plaintext]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "denoland.vscode-deno"
}
}
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
36. 自动版本更新并生成 `CHANGELOG`
37. 最快最小的 `dockerfile` 静态 `go` 服务
38. `base` 安全的路径解析
39. `lightningcss` 支持

<br />
<br />
Expand Down Expand Up @@ -1251,6 +1252,14 @@ const path = safeResolve("你的路由路径")
</template>
```

<br />
<br />

### 39. `lightningcss` 支持

现在会默认检测当前项目是否支持 [lightningcss](https://cn.vitejs.dev/guide/features.html#lightning-css) 并智能开启


<br />
<br />
<br />
Expand Down

0 comments on commit b23d1b9

Please sign in to comment.