Skip to content

Commit d0a743f

Browse files
authored
Merge pull request #16 from roblouie/patch-1
Update the webpack config to fully ignore images
2 parents 516aebe + 262a247 commit d0a743f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-config/webpack.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
},
2121
{
2222
test: /\.html$/,
23-
loader: 'html-loader'
23+
loader: 'html-loader?attrs=false'
2424
},
2525
{
2626
test: /\.(png|jpe?g|gif|svg|woff|woff2|ttf|eot|ico)$/,

0 commit comments

Comments
 (0)