Andy Damevin
Andy Damevin
@all-contributors please add @rasmushaglund for idea
@wowselim what about creating multiple entrypoints (one for each page) containing the component for that page? ```properties quarkus.web-bundler.bundle.main=true quarkus.web-bundler.bundle.main.qute-tags=true quarkus.web-bundler.bundle.page1=true quarkus.web-bundler.bundle.page1.qute-tags=true quarkus.web-bundler.bundle.page2=true quarkus.web-bundler.bundle.page2.qute-tags=true ``` src/main/resources/web/main/... src/main/resources/web/page1/... src/main/resources/web/page2/... ```html {#bundle key="main"...
I wouldn't optimise too much tough, depending on the case of course, I don't think the overhead is big when having a few more css lines and scripts even if...
What about the solution I suggested above? I am not sure I see your point, the good thing with the current approach is that your code is minified and optimised...
@all-contributors please add @blazmrak for mentoring
@all-contributors please add @wowselim for question
Please feel free to re-open
@mkouba any thought?
@mkouba made Qute so I am pretty sure he will know how to fix this :)
@gsmet @geoand any idea of what this could be, many impacted users it seems.