Skip to content

Commit 49d0e22

Browse files
committed
document url and import query parameter
1 parent 6ade740 commit 49d0e22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,12 @@ You can also disable or enforce minification with the `minimize` query parameter
227227

228228
`require("css-loader?-minimize!./file.css")` (disabled)
229229

230+
### Disable behavior
231+
232+
`css-loader?-url` disables `url(...)` handling.
233+
234+
`css-loader?-import` disables `@import` handling.
235+
230236
## License
231237

232238
MIT (http://www.opensource.org/licenses/mit-license.php)

0 commit comments

Comments
 (0)