Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

docs(README): remove confusing prefix option (options.prefix) #89

Merged
merged 1 commit into from
Sep 13, 2017
Merged
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
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ module.exports = {
|:--:|:--:|:-----:|:----------|
|**`limit`**|`{Number}`|`undefined`|Byte limit to inline files as Data URL|
|**`mimetype`**|`{String}`|`extname`|Specify MIME type for the file (Otherwise it's inferred from the file extension)|
|**`prefix`**|`{String}`|`false`|Parameters for the [`file-loader`](https://github.com/webpack-contrib/file-loader) are valid too. They are passed to the file-loader if used|

### `limit`

Expand Down Expand Up @@ -88,17 +87,6 @@ Set the MIME type for the file. If unspecified the file extensions will be used
}
```

### `prefix`

```js
{
loader: 'url-loader',
options: {
prefix: 'img'
}
}
```

<h2 align="center">Maintainers</h2>

<table>
Expand Down