Skip to content

Commit

Permalink
Merge pull request #12 from CodingZeal/ignore-image-files
Browse files Browse the repository at this point in the history
Tell the import loader to ignore image files
  • Loading branch information
randycoulman committed Mar 21, 2016
2 parents 7e199d8 + fae489a commit 837ad8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
settings: {
'import/ignore': [
'node_modules',
'.(scss|sass|less|css)$'
'.(scss|sass|less|css|png|jpg|svg)$'
]
},
rules: {
Expand Down

0 comments on commit 837ad8d

Please sign in to comment.