1
0
mirror of https://github.com/fspc/workstand.git synced 2025-04-04 10:03:22 -04:00

Fix path.

This commit is contained in:
Drew Larson 2016-06-23 17:37:36 -06:00
parent e4fbd23c39
commit fb57443b76

View File

@ -47,3 +47,13 @@ LOGGING = {
}
},
}
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']
}
}