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

Fix continuous testing #232

Closed ia3andy closed 1 month ago

ia3andy commented 1 month ago

@maxandersen @FroMage @xstefank this should fix continuous testing.

Issue was that running the test in the same directory was messing with the esbuild watch.

This changes the web-bundler output directory to target/web-bundler/[dev,prod,test]/, depending on the launch mode.