Skip to content

Commit

Permalink
Use raw strings for regexes (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask authored and owais committed Mar 29, 2018
1 parent 5a52cc3 commit 710a408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack_loader/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# FIXME: Explore usage of fsnotify
'POLL_INTERVAL': 0.1,
'TIMEOUT': None,
'IGNORE': ['.+\.hot-update.js', '.+\.map']
'IGNORE': [r'.+\.hot-update.js', r'.+\.map']
}
}

Expand Down

0 comments on commit 710a408

Please sign in to comment.