Skip to content

Commit b77402c

Browse files
authored
docs: remove semicolons (vitejs#20083)
1 parent 7332e9e commit b77402c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/dep-pre-bundling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ If for some reason you want to force Vite to re-bundle deps, you can either star
8383

8484
Resolved dependency requests are strongly cached with HTTP headers `max-age=31536000,immutable` to improve page reload performance during dev. Once cached, these requests will never hit the dev server again. They are auto invalidated by the appended version query if a different version is installed (as reflected in your package manager lockfile). If you want to debug your dependencies by making local edits, you can:
8585

86-
1. Temporarily disable cache via the Network tab of your browser devtools;
87-
2. Restart Vite dev server with the `--force` flag to re-bundle the deps;
86+
1. Temporarily disable cache via the Network tab of your browser devtools.
87+
2. Restart Vite dev server with the `--force` flag to re-bundle the deps.
8888
3. Reload the page.

0 commit comments

Comments
 (0)