Skip to content

Commit 710a408

Browse files
matthiaskowais
authored andcommitted
Use raw strings for regexes (django-webpack#154)
1 parent 5a52cc3 commit 710a408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack_loader/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# FIXME: Explore usage of fsnotify
1515
'POLL_INTERVAL': 0.1,
1616
'TIMEOUT': None,
17-
'IGNORE': ['.+\.hot-update.js', '.+\.map']
17+
'IGNORE': [r'.+\.hot-update.js', r'.+\.map']
1818
}
1919
}
2020

0 commit comments

Comments
 (0)