change-metrics / monocle

Monocle helps teams and individual to better organize daily duties and to detect anomalies in the way changes are produced and reviewed.
https://changemetrics.io
GNU Affero General Public License v3.0
372 stars 58 forks source link

[web] esbuild avoid identifier minification as it break htmx integration #999

Closed morucci closed 1 year ago

morucci commented 1 year ago

For some reason the htmx integration for the search page is broken by the minification option.

Simply disable it, however it add a cost in term of JS bundle size.