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

Commit f3f5fce

Browse files
evilebottnawimichael-ciniawsky
authored andcommittedSep 13, 2017
docs(README): remove confusing prefix option (options.prefix) (#89)
1 parent 2de70bb commit f3f5fce

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed
 

‎README.md

-12
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ module.exports = {
5656
|:--:|:--:|:-----:|:----------|
5757
|**`limit`**|`{Number}`|`undefined`|Byte limit to inline files as Data URL|
5858
|**`mimetype`**|`{String}`|`extname`|Specify MIME type for the file (Otherwise it's inferred from the file extension)|
59-
|**`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|
6059

6160
### `limit`
6261

@@ -88,17 +87,6 @@ Set the MIME type for the file. If unspecified the file extensions will be used
8887
}
8988
```
9089

91-
### `prefix`
92-
93-
```js
94-
{
95-
loader: 'url-loader',
96-
options: {
97-
prefix: 'img'
98-
}
99-
}
100-
```
101-
10290
<h2 align="center">Maintainers</h2>
10391

10492
<table>

0 commit comments

Comments
 (0)
This repository has been archived.