Toni Rudolf

Results 26 comments of Toni Rudolf

@ismail9k This is only a workaround if the animation bothers you. Lazy-loaded images will still get "visible" for the browser and are being loaded. This is IMO the real issue.

Hi @lfglopes I've just tried your solution with my desired config and it works perfectly! Since I am not very familiar with nuxt and the other strategies, I am not...

@tm-tomers have you found a solution?

@tm-tomers perfect! I do not need `draw` either. Now it seems to work! Thank you very much.

I do have the same issue with rc.11 and it seems like `` is the problem.

@zavvla Do you use `` blocks in there? If yes, can you try what happens if you remove it/them.

I've added `experimental: { treeshakeClientOnly: true },` to nuxt.config.js and the build still failed.

any solutions there? workarounds?

i made a simple but dirty workaround for this. I don't use the TwigstringBundle anymore and use a own twig loader instead. (until there is a symfony solution to use...

I think the same should be in `AutoAddMissingTranslations`. There it could be very easy. Just `substr` the locale in `Translation\Bundle\EventListener\AutoAddMissingTranslations`.