There was an error while loading. Please reload this page.
1 parent 5a52cc3 commit 710a408Copy full SHA for 710a408
webpack_loader/config.py
@@ -14,7 +14,7 @@
14
# FIXME: Explore usage of fsnotify
15
'POLL_INTERVAL': 0.1,
16
'TIMEOUT': None,
17
- 'IGNORE': ['.+\.hot-update.js', '.+\.map']
+ 'IGNORE': [r'.+\.hot-update.js', r'.+\.map']
18
}
19
20
0 commit comments