Literally getting so close.

This commit is contained in:
Drew Larson
2017-01-17 14:09:14 -06:00
parent 89dedd6b87
commit 3c72f014b6
3 changed files with 17 additions and 8 deletions
@@ -41,7 +41,7 @@ WEBPACK_LOADER = {
'DEFAULT': {
'CACHE': True,
'BUNDLE_DIR_NAME': 'dist/', # must end with slash
'STATS_FILE': os.path.join(BASE_DIR, 'webpack-stats-prod.json'),
'STATS_FILE': os.path.join(BASE_DIR, 'assets/webpack-stats-prod.json'),
'POLL_INTERVAL': 0.1,
'IGNORE': ['.+\.hot-update.js', '.+\.map']
}