Upgrade to angular 18 & vite

This commit is contained in:
Chocobozzz
2024-06-24 10:15:25 +02:00
parent ec33467261
commit 9772280e99
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]
}