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

Allow provided dependencies #93

Closed phillip-kruger closed 7 months ago

phillip-kruger commented 10 months ago

This PR (still draft) use the new feature from Quarkus to allow provided scoped dependencies

Using mvnpm app as an example, this reduce the size of the final application by 17%. This number will increase the more UI libs you use, so all and all a good saving.

Fixes #84

ia3andy commented 9 months ago

Superseded by https://github.com/quarkiverse/quarkus-web-bundler/pull/103

ia3andy commented 8 months ago

desuperseded