yaph / traste

A JavaScript library for rendering fretboards as SVG elements.

Home Page:https://ukealong.com/tool/scales/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace rollup with esbuild

yaph opened this issue · comments

Upgrading rollup leads to an error with the babel plugin, which seems to be unmaintained.

  • Determine how to use external packages without including their code in the built output.
  • Determine how to serve with watch using esbuild.

Didn't achieve the desired results with esbuild.