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

Add global name support #189

Open ia3andy opened 3 months ago

ia3andy commented 3 months ago

See https://esbuild.github.io/api/#global-name, this would allow to easily consume the bundle from the pages scripts with a specific namespace.