Skip to content

Commit

Permalink
feat: Svelte preprocess support (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Dec 11, 2017
1 parent fec02ca commit 0216a0c
Show file tree
Hide file tree
Showing 32 changed files with 10,422 additions and 4,053 deletions.
2 changes: 1 addition & 1 deletion docs/browserify.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Location to write out the JSON mapping file for use in server rendering.

### Shared Options

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

## CLI

Expand Down
2 changes: 1 addition & 1 deletion docs/glob.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ glob({

## Options

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

### `search`

Expand Down
2 changes: 1 addition & 1 deletion docs/postcss.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Write the class composition data to this location on disk.

### Shared Options

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

## CLI

Expand Down
2 changes: 1 addition & 1 deletion docs/rollup.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Set to `false` to disable named exports, instead only the default export wll be

### Shared Options

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

## API

Expand Down
2 changes: 1 addition & 1 deletion docs/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Location to write out the JSON mapping file to, relative to `output.path` just l

### Shared Options

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

## Loader Options

Expand Down
Loading

0 comments on commit 0216a0c

Please sign in to comment.