Simon Praetorius
Simon Praetorius
> Sorry for so many questions, I'm familiar with node/npm/webpack and stuff, but not super in deep, so this information are probably helpful for other developers too which are less...
The documentation has been amended to cover much more use cases. Also, a tutorial-style "getting started" chapter has been added. https://docs.typo3.org/p/praetorius/vite-asset-collector/main/en-us/Installation/Index.html#getting-started
Hi! This was a topic in the Slack channel recently. There isn't an elegant solution in the extension yet, but it seems to be possible: https://typo3.slack.com/archives/C05JYUT3CDP/p1700160676583849
There's now a separate chapter in the documentation which covers some potential use cases in the backend. Since the backend uses its own way of bundling frontend assets, it's not...
I think that this is not directly related to the extension: Fluid doesn't seem to have a valid request object in its rendering context in that situation, which can lead...
Closing this due to inactivity. Feel free to comment here if the issue is still present.
There's now a separate chapter in the documentation which covers some potential use cases in the backend. Since the backend uses its own way of bundling frontend assets, it's not...
Thanks! I was able to reproduce it in a test. Currently, cached templates behave correctly, but uncached templates have the unwanted behavior you describe.
I think this could be solved by adding the spread operator for arrays (maybe also for ViewHelper tags at a later point): ```xml ```
I made an attempt to implement this in #810