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 c82c1eb commit 686dec4Copy full SHA for 686dec4
examples/modus-inline/webpack.config.js
@@ -13,7 +13,7 @@ module.exports = {
13
},
14
{
15
test: /\.png$/,
16
- use: "file-loader",
+ loader: "file-loader",
17
options: { prefix: "img/" }
18
}
19
]
0 commit comments