There was an error while loading. Please reload this page.
1 parent 8e9192d commit 14b70d5Copy full SHA for 14b70d5
README.md
@@ -80,8 +80,8 @@ module.exports = {
80
WEBPACK_LOADER = {
81
'DEFAULT': {
82
'CACHE': not DEBUG,
83
- 'BUNDLE_DIR_NAME': 'webpack_bundles/', # must end with slash
84
- 'STATS_FILE': 'webpack-stats.json',
+ 'BUNDLE_DIR_NAME': 'bundles/', # must end with slash
+ 'STATS_FILE': os.path.join(BASE_DIR, 'webpack-stats.json'),
85
'POLL_INTERVAL': 0.1,
86
'IGNORE': ['.+\.hot-update.js', '.+\.map']
87
}
0 commit comments