File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 4
4
可以在 [ 环境 API 讨论] ( https://github.com/vitejs/vite/discussions/16358 ) 中向我们提供反馈
5
5
:::
6
6
7
- <<<<<<< HEAD
8
- 查看 [ 构建过程中的共享插件] ( /guide/api-environment.md#shared-plugins-during-build ) .
9
- =======
10
- See [ Shared plugins during build] ( /guide/api-environment-plugins.md#shared-plugins-during-build ) .
11
- >>>>>>> e94edd5fdc7e04c408231075ae9da75bd465ae9d
7
+ 查看 [ 构建过程中的共享插件] ( /guide/api-environment-plugins.md#shared-plugins-during-build ) .
12
8
13
9
影响范围:` Vite 插件作者 `
14
10
Original file line number Diff line number Diff line change @@ -348,15 +348,7 @@ npm add -D lightningcss
348
348
349
349
默认情况下,Vite 使用 esbuild 来压缩 CSS。通过 [ ` build.cssMinify: 'lightningcss' ` ] ( ../config/build-options.md#build-cssminify ) 进行配置,也可以将 Lightning CSS 用作 CSS 最小化压缩。
350
350
351
- <<<<<<< HEAD
352
- ::: tip NOTE
353
- 在使用 Lightning CSS 时,不支持 [ CSS 预处理器] ( #css-pre-processors ) 。
354
- :::
355
-
356
351
## 静态资源处理 {#static-assets}
357
- =======
358
- ## Static Assets
359
- >>>>>>> e94edd5fdc7e04c408231075ae9da75bd465ae9d
360
352
361
353
导入一个静态资源会返回解析后的 URL:
362
354
You can’t perform that action at this time.
0 commit comments