Skip to content

Commit

Permalink
Merge b91c0c8 into 9d9a97c
Browse files Browse the repository at this point in the history
  • Loading branch information
dpretty committed Aug 31, 2018
2 parents 9d9a97c + b91c0c8 commit fe14457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ WEBPACK_LOADER = {
'STATS_FILE': os.path.join(BASE_DIR, 'webpack-stats.json'),
'POLL_INTERVAL': 0.1,
'TIMEOUT': None,
'IGNORE': ['.+\.hot-update.js', '.+\.map']
'IGNORE': [r'.+\.hot-update.js', r'.+\.map']
}
}
```
Expand Down

0 comments on commit fe14457

Please sign in to comment.