The current esbuild system is in scripts/settings.js. It works but it bundles a bunch of crypto we don't need. Check out getDefaultRandom() here
There is currently an unused scripts/rollup.js configuration waiting for someone to polyfill Buffer. It's targetted by npm run build:rollup and ready for you to hack around on.
Here's what my acceptance process looks like. Any help optimizing that would be rad too.
If all you do is try different builds and leave notes here, that's useful too.
The current esbuild system is in
scripts/settings.js. It works but it bundles a bunch of crypto we don't need. Check outgetDefaultRandom()hereThere is currently an unused
scripts/rollup.jsconfiguration waiting for someone to polyfill Buffer. It's targetted bynpm run build:rollupand ready for you to hack around on.Here's what my acceptance process looks like. Any help optimizing that would be rad too.
If all you do is try different builds and leave notes here, that's useful too.