Skip to content

Commit

Permalink
chore: Update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Mar 27, 2024
1 parent 23c225d commit 027cc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
});
Expand Down

0 comments on commit 027cc81

Please sign in to comment.