1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-02 03:21:19 +00:00

cache tag

This commit is contained in:
Kyle Spearrin
2018-06-11 09:37:29 -04:00
parent cfc3fae67c
commit f054365a46
3 changed files with 3 additions and 2 deletions

View File

@@ -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)),
}
}),
];