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

Commit

Permalink
docs(README): remove confusing prefix option (options.prefix) (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored and michael-ciniawsky committed Sep 13, 2017
1 parent 2de70bb commit f3f5fce
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
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

0 comments on commit f3f5fce

Please sign in to comment.