Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Svelte preprocess support #374

Merged
merged 19 commits into from
Dec 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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