quarkiverse / quarkus-web-bundler

Create full-stack web apps quickly and easily with this Quarkus extension. It offers zero-configuration bundling for your web app scripts (JS, JSX, TS, TSX), dependencies (jQuery, React, htmx, etc.), and styles (CSS, SCSS, SASS).
Apache License 2.0
16 stars 9 forks source link

Split Server Side Components as a new module and conditional dependency (on Qute Web) #131

Closed ia3andy closed 4 months ago

ia3andy commented 7 months ago

This will make web-bundler non dependent on Quarkus Qute (only Qute Core on deployment).

cc @maxandersen @FroMage @mkouba @phillip-kruger

ia3andy commented 4 months ago

This is done