grafana / plugin-tools

Create Grafana plugins with ease.
https://grafana.com/developers/plugin-tools/
Apache License 2.0
58 stars 32 forks source link

Website: Use esbuild to bundle js #1196

Closed jackw closed 1 month ago

jackw commented 1 month ago

What this PR does / why we need it: Just an idea to see if we can trim some time off our website builds...

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

github-actions[bot] commented 1 month ago

Hello! 👋 This repository uses Auto for releasing packages using PR labels.

✨ This PR can be merged. It will not be considered when calculating future versions of the npm packages and will not appear in the changelogs.

sunker commented 1 month ago

Just an idea to see if we can trim some time off our website builds...

What's your findings so far?

jackw commented 1 month ago

What's your findings so far?

Right now it makes pretty much no difference whatsoever! :D Think I'm closing this. We can revisit if in the future we find builds are taking a long time.