diff --git a/docs/config.md b/docs/config.md index db120d87b..245e00adc 100644 --- a/docs/config.md +++ b/docs/config.md @@ -192,7 +192,6 @@ A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patt - **Default:** `false` `vite-plugin-svelte` automatically manages [pre-bundling for Svelte components](./faq.md#what-is-going-on-with-vite-and-pre-bundling-dependencies). To opt-out of this automatic behavior you can use: - - `disableDependencyReinclusion: true` to disable all re-inclusions - `disableDependencyReinclusion: ['foo']` to disable re-inclusions only for dependencies of `foo`. diff --git a/docs/inspector.md b/docs/inspector.md index f62552eb5..ce53d0396 100644 --- a/docs/inspector.md +++ b/docs/inspector.md @@ -72,7 +72,6 @@ SVELTE_INSPECTOR_OPTIONS=true - **Default:** `{ parent: 'ArrowUp', child: 'ArrowDown', next: 'ArrowRight', prev: 'ArrowLeft' }` Define keys to select elements with via keyboard. This improves accessibility and helps selecting elements that do not have a hoverable surface area due to tight wrapping. - - `parent`: select closest parent - `child`: select first child (or grandchild) - `next`: next sibling (or parent if no next sibling exists) @@ -105,7 +104,6 @@ SVELTE_INSPECTOR_OPTIONS=true - **Default:** `'active'` When to show the toggle button. The toggle button allows you to click on-screen to enable/disable the inspector, rather than using the `toggleKeyCombo`. - - `'always'`: always show the toggle button - `'active'`: show the toggle button when the inspector is active - `'never'`: never show the toggle button diff --git a/docs/preprocess.md b/docs/preprocess.md index e4aa014c3..7c1dcb73d 100644 --- a/docs/preprocess.md +++ b/docs/preprocess.md @@ -12,7 +12,6 @@ However, `svelte-preprocess` does provide extra functionalities not available wi - **Default:** `{ script: false, style: true }` A Svelte preprocessor that supports transforming TypeScript, PostCSS, SCSS, Less, Stylus, and SugarSS. These are transformed when the script or style tags have the respective `lang` attribute. - - TypeScript: `