Rename ROOT_DIR -> BASE_DIR

This commit is contained in:
Bruno Alla 2023-01-27 20:58:44 +00:00
parent 51a9417418
commit 69ac76756c
No known key found for this signature in database

View File

@ -366,7 +366,7 @@ SPECTACULAR_SETTINGS = {
WEBPACK_LOADER = { WEBPACK_LOADER = {
"DEFAULT": { "DEFAULT": {
"CACHE": not DEBUG, "CACHE": not DEBUG,
"STATS_FILE": ROOT_DIR / "webpack-stats.json", "STATS_FILE": BASE_DIR / "webpack-stats.json",
"POLL_INTERVAL": 0.1, "POLL_INTERVAL": 0.1,
"IGNORE": [r".+\.hot-update.js", r".+\.map"], "IGNORE": [r".+\.hot-update.js", r".+\.map"],
} }