1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

UI loading improvements

Fixed: Caching for dynamically loaded JS files
Fixed: Incorrect caching of initialize.js
This commit is contained in:
Mark McDowall
2023-07-17 20:37:02 -07:00
parent f62bc59a73
commit f0cb5b81f1
13 changed files with 130 additions and 113 deletions

View File

@@ -16,7 +16,7 @@
"author": "Team Sonarr",
"license": "GPL-3.0",
"readmeFilename": "readme.md",
"main": "index.js",
"main": "index.ts",
"browserslist": [
"defaults"
],