Skip to content

Commit 14b70d5

Browse files
committed
fix inconsistent documentation
Make the example consistent with detailed explanation
1 parent 8e9192d commit 14b70d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ module.exports = {
8080
WEBPACK_LOADER = {
8181
'DEFAULT': {
8282
'CACHE': not DEBUG,
83-
'BUNDLE_DIR_NAME': 'webpack_bundles/', # must end with slash
84-
'STATS_FILE': 'webpack-stats.json',
83+
'BUNDLE_DIR_NAME': 'bundles/', # must end with slash
84+
'STATS_FILE': os.path.join(BASE_DIR, 'webpack-stats.json'),
8585
'POLL_INTERVAL': 0.1,
8686
'IGNORE': ['.+\.hot-update.js', '.+\.map']
8787
}

0 commit comments

Comments
 (0)