File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
6573The 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
7280encountered.
7381
7482If 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.
You can’t perform that action at this time.
0 commit comments