1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Upgrade to angular 18 & vite

This commit is contained in:
Chocobozzz 2024-06-24 10:15:25 +02:00
parent ec33467261
commit 9772280e99
No known key found for this signature in database
GPG key ID: 583A612D890159BE
56 changed files with 4040 additions and 6319 deletions

View file

@ -35,7 +35,7 @@ export class PageHtml {
static async getEmbedHTML () {
const path = this.getEmbedHTMLPath()
// Disable HTML cache in dev mode because webpack can regenerate JS files
// Disable HTML cache in dev mode because Vite can regenerate JS files
if (!isTestOrDevInstance() && this.htmlCache[path]) {
return this.htmlCache[path]
}