1
0
mirror of https://github.com/fspc/workstand.git synced 2025-03-03 12:33:24 -05:00

I swear...

This commit is contained in:
Drew Larson 2017-01-17 14:25:34 -06:00
parent 3c72f014b6
commit e2f732767c

View File

@ -41,7 +41,7 @@ WEBPACK_LOADER = {
'DEFAULT': {
'CACHE': True,
'BUNDLE_DIR_NAME': 'dist/', # must end with slash
'STATS_FILE': os.path.join(BASE_DIR, 'assets/webpack-stats-prod.json'),
'STATS_FILE': os.path.join(BASE_DIR, '../webpack-stats-prod.json'),
'POLL_INTERVAL': 0.1,
'IGNORE': ['.+\.hot-update.js', '.+\.map']
}