Resolving dependencies Resolved, downloaded and extracted [62] Saved lockfile $ cd packages/svelte-front-end; $npm_execpath run build $ vite build ../../node_modules/@dnd-kit-svelte/core/dist/components/dnd-context/dnd-context.svelte (55:1): Error when using sourcemap for reporting an error: Can't resolve original location of error. ../../node_modules/@dnd-kit-svelte/core/dist/components/dnd-context/dnd-context.svelte (55:1): A comment "/* @__PURE__ */" in "../../node_modules/@dnd-kit-svelte/core/dist/components/dnd-context/dnd-context.svelte" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues. "default" is imported from external module "katex" but never used in "src/lib/components/TeX.svelte". ../../node_modules/@dnd-kit-svelte/core/dist/components/dnd-context/dnd-context.svelte (58:1): Error when using sourcemap for reporting an error: Can't resolve original location of error. ../../node_modules/@dnd-kit-svelte/core/dist/components/dnd-context/dnd-context.svelte (58:1): A comment "/* @__PURE__ */" in "../../node_modules/@dnd-kit-svelte/core/dist/components/dnd-context/dnd-context.svelte" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues. (!) Some chunks are larger than 500 kB after minification. Consider: - Using dynamic import() to code-split the application - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.