mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
Fix path.
This commit is contained in:
parent
e4fbd23c39
commit
fb57443b76
@ -46,4 +46,14 @@ LOGGING = {
|
||||
'level': os.getenv('DJANGO_LOG_LEVEL', 'INFO'),
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
WEBPACK_LOADER = {
|
||||
'DEFAULT': {
|
||||
'CACHE': False,
|
||||
'BUNDLE_DIR_NAME': 'dist/',
|
||||
'STATS_FILE': os.path.join(BASE_DIR, '../webpack-stats-prod.json'),
|
||||
'POLL_INTERVAL': 0.1,
|
||||
'IGNORE': ['.+\.hot-update.js', '.+\.map']
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user