Lol I hate my life.

This commit is contained in:
Drew Larson
2017-01-16 17:58:08 -06:00
parent 04bf115307
commit b26101dfc1
3 changed files with 28 additions and 23 deletions
@@ -40,7 +40,7 @@ LOGGING = {
WEBPACK_LOADER = {
'DEFAULT': {
'CACHE': True,
'BUNDLE_DIR_NAME': 'assets/dist/', # must end with slash
'BUNDLE_DIR_NAME': 'dist/', # must end with slash
'STATS_FILE': os.path.join(BASE_DIR, '../webpack-stats-prod.json'),
'POLL_INTERVAL': 0.1,
'IGNORE': ['.+\.hot-update.js', '.+\.map']