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

[Breaking] Introduce source-map config #195

Closed ia3andy closed 2 months ago

ia3andy commented 2 months ago

Closes #194

This is breaking (cleaning) some existing configurations, all bundling options are now moved to quarkus.web-bundler.bundling:

Source map can be disabled with "false":

quarkus.web-bundler.bundling.source-map=false

New options for source-map will be available when this https://github.com/mvnpm/esbuild-java/issues/108 is ready