Quentium
Quentium
Looks like I submitted a similar issue but with real directives #941, the following code has the same indentation issue ``` @if ($i >= 1) @break @endif ```
I agree, it would be great to have it around the extra tab 
Any news?
I found my error, I used the plugin inside plugins section of rollup and not vite plugins: ```js /** @type {import('vite').UserConfig} */ export default { plugins: [ ViteImageOptimizer(), ] }...
Yes, looks like some memory leak happens, the gnome-shell RAM usage goes crazy until it has filled the swap which causes freezes