Greetings and thanks for the template. This is just a question re: the target build formats. I notice that there are 4 targets in the rollup-config: es, es5, iife, and cjs. And in package.json I see the three outputs: "main": "dist/index.cjs.js", "browser": "dist/index.iife.js", "exports": "./dist/index.js"
I'm guessing cjs for npm/node and iife for the browser. Where do you imagine that the two es formats would be used/published ?
Greetings and thanks for the template. This is just a question re: the target build formats. I notice that there are 4 targets in the rollup-config: es, es5, iife, and cjs. And in package.json I see the three outputs:
"main": "dist/index.cjs.js", "browser": "dist/index.iife.js", "exports": "./dist/index.js"
I'm guessing cjs for npm/node and iife for the browser. Where do you imagine that the two es formats would be used/published ?