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

Provide a way to have a built-in default app.js with all the web-deps #166

Closed ia3andy closed 3 months ago

ia3andy commented 4 months ago

This app would import all the web-dependencies so they are bundled.

I need to see how to deal with css/scss.

ia3andy commented 4 months ago

Here is the upstream issue: https://github.com/mvnpm/esbuild-java/issues/96

ia3andy commented 3 months ago

This is available in 1.4.0.CR1 using:

quarkus.web-bundler.dependencies.auto-import=all

or

quarkus.web-bundler.dependencies.auto-import=styles