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

Use esbuild watch mode in dev #186

Closed ia3andy closed 2 weeks ago

ia3andy commented 3 months ago

Currently we are rebuilding the full-app, this would just build what necessary:

Here are elements that can be used to deal with an external process from a Deployment Processor: https://github.com/quarkiverse/quarkus-quinoa/blob/main/deployment/src/main/java/io/quarkiverse/quinoa/deployment/ForwardedDevProcessor.java#L57

ia3andy commented 2 weeks ago

This is done