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.
1 parent 643b37a commit bfcc99aCopy full SHA for bfcc99a
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