* Upgrade sharp
* First attempt at adopting Parcel
* Get multiple targets working for Parcel
* Use lts node for Netlify deploy
* Update deploy script to reflect new demo site dir
* Inline css into library bundles
* More updates
* Remove uri optimization
* Upgrade parcel
* Fix butterchurn logo import for Parcel
* Add browser build
* List browser build
* Prefer jest-swc to babel
* Preserve old build artifact location
* Ignore dist
* Minify library bundles
* Switch to postcss to use uri optimization plugin
* Serve from the correct location
* Clarifying comments
* Ignore bundle reports in git
* Refine Parcel builds
* Try to be more explicit with port
* Use relative path to create build dir
* Try to force supporting chrome 76
* Update the location of the test skin in integration test to work with Parcel
* Start adopting Yarn workspaces
My plan is to move the existing package into a workspace and then split
out the things that really ought to be their own packages. For example,
the demo site and the experiments really ought to be separate.
Fix lint command
* Use workspaces in CI
* Fix deploy for monorepo
At some point in the future github may not be the canonical URL for
webamp. However, people are integrating Webamp all the time and very
likely won't ever upgrade.
It's better if the url baked into the binary we distribute is under our
control so that it can be pointed somewhere else in the future.
It's also an open question if GitHub is the best place to send users.
Non technical users may get very confused.