Skip to content

Commit 686dec4

Browse files
committed
Fix inline example not working after webpack 2.2.0
1 parent c82c1eb commit 686dec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/modus-inline/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
},
1414
{
1515
test: /\.png$/,
16-
use: "file-loader",
16+
loader: "file-loader",
1717
options: { prefix: "img/" }
1818
}
1919
]

0 commit comments

Comments
 (0)