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
Copy file name to clipboardExpand all lines: docs/guide/dep-pre-bundling.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ import debounce from 'lodash-es/debounce'
50
50
import { debounce } from'lodash-es'
51
51
```
52
52
53
-
Some dependencies may be designed to be used via deep imports, e.g. `firebase` exposes sub modules via `firebase/*` deep imports. For such dependencies, you can instruct Vite to explicitly include these deep import paths via the [`optimizeDeps.include` option](http://localhost:3000/config/#optimizedeps-include). If you never use the main entry, it is also a good idea to exclude it from pre-bundling.
53
+
Some dependencies may be designed to be used via deep imports, e.g. `firebase` exposes sub modules via `firebase/*` deep imports. For such dependencies, you can instruct Vite to explicitly include these deep import paths via the [`optimizeDeps.include` option](/config/#optimizedeps-include). If you never use the main entry, it is also a good idea to exclude it from pre-bundling.
0 commit comments