Skip to content

Commit daed5af

Browse files
committed
docs(en): merging all conflicts
2 parents c75344b + 5e2dee8 commit daed5af

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,21 @@ export default defineConfig(async ({ command, mode }) => {
206206

207207
导入时想要省略的扩展名列表。注意,**** 建议忽略自定义导入类型的扩展名(例如:`.vue`),因为它会影响 IDE 和类型支持。
208208

209+
<<<<<<< HEAD
209210
### css.modules {#css-modules}
211+
=======
212+
### resolve.preserveSymlinks
213+
214+
- **Type:** `boolean`
215+
- **Default:** `false`
216+
217+
Enabling this setting causes vite to determine file identity by the original file path (i.e. the path without following symlinks) instead of the real file path (i.e. the path after following symlinks).
218+
219+
- **Related:** [esbuild#preserve-symlinks](https://esbuild.github.io/api/#preserve-symlinks), [webpack#resolve.symlinks
220+
](https://webpack.js.org/configuration/resolve/#resolvesymlinks)
221+
222+
### css.modules
223+
>>>>>>> 5e2dee8ba7a75b0cbdcffb1988f013c4261abc1a
210224
211225
- **类型:**
212226

0 commit comments

Comments
 (0)