Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Add Cache-control no store on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
upalatucci committed Jan 15, 2024
1 parent 662e6a7 commit 1421438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const config: WebpackConfiguration & {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, PATCH, OPTIONS',
'Access-Control-Allow-Headers': 'X-Requested-With, Content-Type, Authorization',
'Cache-Control': 'no-store',
},
devMiddleware: {
writeToDisk: true,
Expand Down

0 comments on commit 1421438

Please sign in to comment.