cockpit-project / cockpit-machines

Cockpit UI for virtual machines
GNU Lesser General Public License v2.1
257 stars 67 forks source link

build.js: support outputting esbuild metadata file #1681

Closed jelly closed 3 weeks ago

jelly commented 3 weeks ago

ESbuild supports outputting a metadata file which can be used to view bundle size information using https://esbuild.github.io/analyze/

jelly commented 3 weeks ago

Interesting note, we have two copies of xterm.js in our node_modules one from PF and one separate.