Skip to content

Commit

Permalink
docs: add feedback discussion links for experimental features (#15836)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Feb 8, 2024
1 parent 55a3427 commit 1f84cae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/config/dep-optimization-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default defineConfig({

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

**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:
**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:

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

## optimizeDeps.holdUntilCrawlEnd

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

Expand Down
2 changes: 1 addition & 1 deletion docs/config/shared-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export default defineConfig({

## css.preprocessorMaxWorkers

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

Expand Down

0 comments on commit 1f84cae

Please sign in to comment.