Skip to content

Commit e8687d1

Browse files
author
benholloway
committed
improve readme
1 parent 802d23a commit e8687d1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ module.exports = {
6060
};
6161
```
6262

63+
### Options
64+
65+
* `absolute` Forces the url() to be resolved to an absolute path. This is considered
66+
[bad practice](http://webpack.github.io/docs/how-to-write-a-loader.html#should-not-embed-absolute-paths) so only do it
67+
if you know what you are doing.
68+
69+
* `sourceMap` Generate a source-map.
70+
6371
## How it works
6472

6573
The incoming source-map is used to resolve the original file. This is necessary where there was some preceding transpile
@@ -72,11 +80,3 @@ The search will continue while within the project directory and until a `package
7280
encountered.
7381

7482
If the asset is not found then the `url()` statement will not be updated.
75-
76-
## Options
77-
78-
* `absolute` Forces the url() to be resolved to an absolute path. This is considered
79-
[bad practice](http://webpack.github.io/docs/how-to-write-a-loader.html#should-not-embed-absolute-paths) so only do it
80-
if you know what you are doing.
81-
82-
* `sourceMap` Generate a source-map.

0 commit comments

Comments
 (0)