Skip to content

Commit 53131a8

Browse files
committed
Merge pull request #25 from matthiask/master
It is POLL_INTERVAL, not POLL_DELAY
2 parents 7c68e13 + 272d6ba commit 53131a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ WEBPACK_LOADER = {
8181
'DEFAULT': {
8282
'BUNDLE_DIR_NAME': 'webpack_bundles/', # must end with slash
8383
'STATS_FILE': 'webpack-stats.json',
84-
'POLL_DELAY': 0.1,
84+
'POLL_INTERVAL': 0.1,
8585
'IGNORE': ['.+\.hot-update.js', '.+\.map']
8686
}
8787
}

0 commit comments

Comments
 (0)