mirror of
https://github.com/bitwarden/browser
synced 2026-03-02 11:31:44 +00:00
cache tag
This commit is contained in:
@@ -105,6 +105,7 @@ const plugins = [
|
||||
'process.env': {
|
||||
'ENV': JSON.stringify(ENV),
|
||||
'APPLICATION_VERSION': JSON.stringify(pjson.version),
|
||||
'CACHE_TAG': JSON.stringify(Math.random().toString(36).substring(7)),
|
||||
}
|
||||
}),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user