You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
导入时想要省略的扩展名列表。注意,**不** 建议忽略自定义导入类型的扩展名(例如:`.vue`),因为它会影响 IDE 和类型支持。
208
208
209
+
<<<<<<< HEAD
209
210
### 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).
0 commit comments