Skip to content

Commit a234f7f

Browse files
committed
Use r-prefixed strings in IGNORE
1 parent 8f5f1b9 commit a234f7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webpack_loader/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from django.conf import settings
44

5-
65
__all__ = ('load_config',)
76

87

@@ -14,7 +13,7 @@
1413
# FIXME: Explore usage of fsnotify
1514
'POLL_INTERVAL': 0.1,
1615
'TIMEOUT': None,
17-
'IGNORE': ['.+\.hot-update.js', '.+\.map'],
16+
'IGNORE': [r'.+\.hot-update.js', r'.+\.map'],
1817
'LOADER_CLASS': 'webpack_loader.loader.WebpackLoader',
1918
}
2019
}

0 commit comments

Comments
 (0)