Closed ianstormtaylor closed 1 year ago
This cleans up the build process:
./umd
npm
Another nice thing would be to switch to Vitest from Mocha, allowing us to fully remove all the Babel-related junk. But that's for another time.
This cleans up the build process:
./umd
bundles, since Unpkg makes using the CJS one easy.npm
from Yarn, to simplify things.Another nice thing would be to switch to Vitest from Mocha, allowing us to fully remove all the Babel-related junk. But that's for another time.