We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bd81c9 + bfcc99a commit b3947cdCopy full SHA for b3947cd
README.md
@@ -19,8 +19,8 @@ With this configuration:
19
``` javascript
20
{
21
module: { loaders: [
22
- { test: "\.jpg$", loader: "file-loader" },
23
- { test: "\.png$", loader: "url-loader?mimetype=image/png" }
+ { test: /\.jpg$/, loader: "file-loader" },
+ { test: /\.png$/, loader: "url-loader?mimetype=image/png" }
24
]},
25
output: {
26
publicPath: "http://cdn.example.com/[hash]/"
0 commit comments