bryanbraun / music-box-fun

A web app for making music box songs.
https://musicbox.fun
Other
51 stars 4 forks source link

Update dependencies to use ES modules by integrating Snowpack #17

Closed bryanbraun closed 3 years ago

bryanbraun commented 3 years ago

I currently only have 3 client-side JS dependencies: Classnames, ToneJS, and json-url.

We can follow the simple snowpack implementation described in this blog post: https://www.bryanbraun.com/2020/08/28/a-minimalist-development-workflow-using-es6-modules-and-snowpack/