Skip to content

Commit

Permalink
Merge pull request #814 from yaacov/dont-cache-dev-webserver-pages
Browse files Browse the repository at this point in the history
Don't cache dev webserver, a workaround bridge bug
  • Loading branch information
yaacov authored Jan 4, 2024
2 parents 8cb1cbc + db96909 commit c7b6e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/forklift-console-plugin/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ const config: WebpackConfiguration & {
'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, PATCH, OPTIONS',
'Access-Control-Allow-Headers': 'X-Requested-With, Content-Type, Authorization',
'Service-Worker-Allowed': '/', // needed to support MockServiceWorker
'Cache-Control': 'no-store', // Jan-4-2024, workaround for a caching bug in bridge
},
devMiddleware: {
writeToDisk: true,
Expand Down

0 comments on commit c7b6e3e

Please sign in to comment.