mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 17:23:24 -05:00
Update webpack production settings.
This commit is contained in:
parent
3c4ec94891
commit
2848f31276
@ -37,12 +37,8 @@ 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']
|
||||
}
|
||||
}
|
||||
|
||||
WEBPACK_LOADER.update({
|
||||
'BUNDLE_DIR_NAME': 'assets/dist/',
|
||||
'STATS_FILE': os.path.join(BASE_DIR, '../../webpack-stats-prod.json')
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user