diff --git a/tools/bin/webpack.config.dev.js b/tools/bin/webpack.config.dev.js index 92e780fc..bf804fcb 100644 --- a/tools/bin/webpack.config.dev.js +++ b/tools/bin/webpack.config.dev.js @@ -76,7 +76,7 @@ function httpError(error) { const devService = dev(compiler, { fs, headers: { - 'Cache-Control': 'no-store', + 'Cache-Control': 'no-cache', 'X-Content-Type-Options': 'nosniff' } });