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

Introduce browser live-reload #214

Closed ia3andy closed 1 month ago

ia3andy commented 1 month ago

This introduce live-reload in the browser:

This is enabled by default. To disable:

quarkus.web-bundler.browser-live-reload=false

When browser-live-reload is enabled:

ia3andy commented 1 month ago

@edewit CI is passing :)

edewit commented 1 month ago

🎉