The structure of this code as a CommonJS module causes some downstream problems, in my case errors in Cloudflare Pages deployment including the code.
Apparently its easy to dual-publish as both CommonJS and ES6 modules, as per this post: https://stackoverflow.com/a/63773940/316487
TIA
The structure of this code as a CommonJS module causes some downstream problems, in my case errors in Cloudflare Pages deployment including the code.
Apparently its easy to dual-publish as both CommonJS and ES6 modules, as per this post: https://stackoverflow.com/a/63773940/316487
TIA