mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
Do not show webpack devserver overlay for warnings
This commit is contained in:
parent
8324c160e8
commit
e4d6b98c93
|
@ -13,6 +13,13 @@ module.exports = merge(commonConfig, {
|
||||||
'/': 'http://django:8000',
|
'/': 'http://django:8000',
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
},
|
},
|
||||||
|
client: {
|
||||||
|
overlay: {
|
||||||
|
errors: true,
|
||||||
|
warnings: false,
|
||||||
|
runtimeErrors: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
// We need hot=false (Disable HMR) to set liveReload=true
|
// We need hot=false (Disable HMR) to set liveReload=true
|
||||||
hot: false,
|
hot: false,
|
||||||
liveReload: true,
|
liveReload: true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user