Skip to content

Commit 1f84cae

Browse files
authored
docs: add feedback discussion links for experimental features (#15836)
1 parent 55a3427 commit 1f84cae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/config/dep-optimization-options.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default defineConfig({
3535

3636
By default, linked packages not inside `node_modules` are not pre-bundled. Use this option to force a linked package to be pre-bundled.
3737

38-
**Experimental:** If you're using a library with many deep imports, you can also specify a trailing glob pattern to pre-bundle all deep imports at once. This will avoid constantly pre-bundling whenever a new deep import is used. For example:
38+
**Experimental:** If you're using a library with many deep imports, you can also specify a trailing glob pattern to pre-bundle all deep imports at once. This will avoid constantly pre-bundling whenever a new deep import is used. [Give Feedback](https://github.com/vitejs/vite/discussions/15833). For example:
3939

4040
```js
4141
export default defineConfig({
@@ -64,7 +64,7 @@ Set to `true` to force dependency pre-bundling, ignoring previously cached optim
6464

6565
## optimizeDeps.holdUntilCrawlEnd
6666

67-
- **Experimental**
67+
- **Experimental:** [Give Feedback](https://github.com/vitejs/vite/discussions/15834)
6868
- **Type:** `boolean`
6969
- **Default:** `true`
7070

docs/config/shared-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export default defineConfig({
263263

264264
## css.preprocessorMaxWorkers
265265

266-
- **Experimental:** [Give Feedback](TODO: update)
266+
- **Experimental:** [Give Feedback](https://github.com/vitejs/vite/discussions/15835)
267267
- **Type:** `number | true`
268268
- **Default:** `0` (does not create any workers and run in the main thread)
269269

0 commit comments

Comments
 (0)