Skip to content
This repository was archived by the owner on Jul 11, 2019. It is now read-only.

Commit 6f8ea81

Browse files
seanforyou23dgutride
authored andcommitted
[issue-33] cleanup
1 parent 7c596f8 commit 6f8ea81

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: webpack.common.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ module.exports = {
6363
}
6464
}
6565
],
66-
include: function (input) {
67-
return (input.indexOf('background-filter.svg') > 1);
68-
}
66+
include: input => input.indexOf('background-filter.svg') > 1
6967
},
7068
{
7169
test: /\.svg$/,

0 commit comments

Comments
 (0)