Add Cache-Control header for Webpack-Dev-Server

This commit is contained in:
Sebastian Serth
2023-03-20 14:02:57 +01:00
parent bdcef4d183
commit cd0306cf00

View File

@ -83,6 +83,7 @@ development:
pretty: true pretty: true
headers: headers:
'Access-Control-Allow-Origin': '*' 'Access-Control-Allow-Origin': '*'
'Cache-Control': 'no-cache'
static: static:
watch: watch:
ignored: '**/node_modules/**' ignored: '**/node_modules/**'