Commit a1a94ff
authored
Change documentation for a url filter function
This threw us for a few minutes since it said URL could be either a boolean or an object with the key url and a function. Then later in the readme it says a shape of `{url: { filter: () => boolean } }.
This is also in the [webpack documentation](https://webpack.js.org/loaders/css-loader/#url) and I _think_ it's inaccurate.1 parent 4dede55 commit a1a94ff
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments