Skip to content

Commit 9df39fa

Browse files
pradyunsgcholdgraf
authored andcommitted
Add a comment about what ?-url means
This will hopefully save someone a Google search.
1 parent 27a7e87 commit 9df39fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ module.exports = {
116116
loader: "extract-loader",
117117
},
118118
{
119+
// Use the css-loader with url()-inlining turned off.
119120
loader: "css-loader?-url",
120121
},
121122
{

0 commit comments

Comments
 (0)