Skip to content

Commit 5cac7ae

Browse files
Update WebpackConfigs.utils.ts (#30)
To override browser cache
1 parent 62a0985 commit 5cac7ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extensions/microsoft-employee-experience/src/WebpackConfigs/WebpackConfigs.utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ module.exports = {
2929
<html lang="en">
3030
<head>
3131
<meta charset="utf-8" />
32+
<meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate" />
33+
<meta http-equiv="Pragma" content="no-cache" />
3234
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
3335
<style>${styles}</style>
3436
</head>

0 commit comments

Comments
 (0)