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 2e7bfa8 commit 3facc4aCopy full SHA for 3facc4a
test/fixtures/server-test/webpack.config.js
@@ -9,7 +9,7 @@ module.exports = {
9
loaders: [
10
{
11
test: /\.(svg|html)$/,
12
- loader: "file",
+ loader: "file-loader",
13
query: { name: "[name].[ext]" }
14
}
15
]
0 commit comments