Hacker News new | ask | show | jobs
by laundermaf 1389 days ago
You may encounter issues with mixed packages too, actually a lot more issues given that people expect `module.exports = ` and `export default` to be equal but are not.

Just save yourself some headache and publish either ESM or CJS, not both.