Skip to content

Commit 0216a0c

Browse files
authored
feat: Svelte preprocess support (#374)
1 parent fec02ca commit 0216a0c

32 files changed

+10422
-4053
lines changed

docs/browserify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Location to write out the JSON mapping file for use in server rendering.
1616

1717
### Shared Options
1818

19-
All other options are passed to the underlying `Processor` instance, see [Options](api.md#processor-options).
19+
All other options are passed to the underlying `Processor` instance, see [Options](api.md#options).
2020

2121
## CLI
2222

docs/glob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ glob({
1919

2020
## Options
2121

22-
`glob()` accepts all of the same options as a [`Processor` instance](api.md#processor-options) with the addition of the [`search`](#search) property.
22+
`glob()` accepts all of the same options as a [`Processor` instance](api.md#options) with the addition of the [`search`](#search) property.
2323

2424
### `search`
2525

docs/postcss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Write the class composition data to this location on disk.
1010

1111
### Shared Options
1212

13-
All other options are passed to the underlying `Processor` instance, see [Options](api.md#processor-options).
13+
All other options are passed to the underlying `Processor` instance, see [Options](api.md#options).
1414

1515
## CLI
1616

docs/rollup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Set to `false` to disable named exports, instead only the default export wll be
2626

2727
### Shared Options
2828

29-
All other options are passed to the underlying `Processor` instance, see [Options](api.md#processor-options).
29+
All other options are passed to the underlying `Processor` instance, see [Options](api.md#options).
3030

3131
## API
3232

docs/webpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Location to write out the JSON mapping file to, relative to `output.path` just l
6060

6161
### Shared Options
6262

63-
All other options are passed to the underlying `Processor` instance, see [Options](api.md#processor-options).
63+
All other options are passed to the underlying `Processor` instance, see [Options](api.md#options).
6464

6565
## Loader Options
6666

0 commit comments

Comments
 (0)