Open
Description
Describe the bug
I've updated to 5.34.4 and suddenly all of my nodes are missing their content. Inspect Element just shows <!--->
.
Like, my app is almost blank. Most elements are there but images and aren't. I can't see any console logs that seem related.
Unfortunately I can't give a repro or paste the logs.
This is my svelte.config.js:
export default {
preprocess: vitePreprocess(),
compilerOptions: {
modernAst: true, // removing this line doesn't fix the issue
},
};
And vite.config.ts:
export default defineConfig(() => {
return {
plugins: [tailwindcss(), svelte()],
build: {
target: "safari15",
},
};
});
System Info
System:
OS: macOS 26.0
CPU: (12) arm64 Apple M2 Max
Memory: 4.47 GB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Yarn: 1.22.22 - ~/.bun/bin/yarn
npm: 11.3.0 - ~/.bun/bin/npm
bun: 1.2.16 - ~/.bun/bin/bun
Browsers:
Chrome: 137.0.7151.104
Safari: 19.0
Severity
blocking an upgrade