diff --git a/index.html b/index.html index 4257b37294..f58971b95e 100644 --- a/index.html +++ b/index.html @@ -16,9 +16,7 @@ We're sorry but Vikunja doesn't work properly without JavaScript enabled. Please enable it to continue.
- - + ' + ) + }, + } +} + /** * @param fontNames Array of the file names of the fonts without axis and hash suffixes */ @@ -87,6 +103,7 @@ export default defineConfig(({mode}) => { }, }, plugins: [ + injectWebxdcIntoIndexHtmlPlugin(), vue({ reactivityTransform: true, }), @@ -187,9 +204,6 @@ export default defineConfig(({mode}) => { build: { target: 'esnext', rollupOptions: { - external: [ - "/webxdc.js" - ], plugins: [ visualizer({ filename: 'stats.html',