diff options
author | silverwind | 2022-08-23 14:58:04 +0200 |
---|---|---|
committer | GitHub | 2022-08-23 20:58:04 +0800 |
commit | 56220515fc882943e366fafbce4d5b2b3ccee702 (patch) | |
tree | d64bffc3a9d13ce01bf56aedc896923aa4af0acf /package.json | |
parent | 0a9ed54abbe8b6837dcb22a35b744c11f410421f (diff) |
Enable contenthash in filename for dynamic assets (#20813)
This should solve the main problem of dynamic assets getting stale after
a version upgrade. Everything not affected will use query-string based
cache busting, which includes files loaded via HTML or worker scripts.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 42cba24f8..7129bf657 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,6 @@ "wrap-ansi": "8.0.1" }, "devDependencies": { - "@happy-dom/jest-environment": "6.0.4", "@stoplight/spectral-cli": "6.5.0", "eslint": "8.21.0", "eslint-plugin-import": "2.26.0", @@ -55,6 +54,7 @@ "eslint-plugin-unicorn": "43.0.2", "eslint-plugin-vue": "9.3.0", "jest": "28.1.3", + "jest-environment-jsdom": "28.1.3", "jest-extended": "3.0.1", "markdownlint-cli": "0.32.1", "postcss-less": "6.0.0", |