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 Native NPE #174

Closed ia3andy closed 4 months ago

ia3andy commented 4 months ago

This fixes Native NPE #172.

Using web/templates for Qute templates will not work in native until this gets fixed: https://github.com/quarkusio/quarkus/issues/39197