Browse Source

I swear...

feature/python-error-tracking
Drew Larson 7 years ago
parent
commit
e2f732767c
  1. 2
      bikeshop_project/bikeshop/settings/production.py

2
bikeshop_project/bikeshop/settings/production.py

@ -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']
}

Loading…
Cancel
Save