- Introduce cache busting (to circumvent aggressive caching on iOS - but ideal in other contexts as well)
- Change the build process to allow cache busting - Optimisations to the build process - Several improvements of UI geared towards mobile experience -
This commit is contained in:
6
config/static-manifest/manifest.json
Normal file
6
config/static-manifest/manifest.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"dist/chat-client.js": "dist/chat-client.25888758.js",
|
||||
"dist/chat-client.css": "dist/chat-client.eef0ef31.css",
|
||||
"dist/main.js": "dist/main.f3dde0f6.js",
|
||||
"dist/main.css": "dist/main.c40e57ad.css"
|
||||
}
|
||||
Reference in New Issue
Block a user