There was an error while loading. Please reload this page.
1 parent 9d9a97c commit 6fd103dCopy full SHA for 6fd103d
README.md
@@ -90,7 +90,7 @@ WEBPACK_LOADER = {
90
'STATS_FILE': os.path.join(BASE_DIR, 'webpack-stats.json'),
91
'POLL_INTERVAL': 0.1,
92
'TIMEOUT': None,
93
- 'IGNORE': ['.+\.hot-update.js', '.+\.map']
+ 'IGNORE': [r'.+\.hot-update.js', r'.+\.map']
94
}
95
96
```
0 commit comments