Hi Eric, just getting around finally to test the new update and am currently using Astro. When importing the plugin I got an error about the file not being common js or esm. Adding type: module and changing the entry to .mjs fixed the error, though I'm honestly not sure if that was the right thing to do or what issues it might cause. Just thought I'd mention in case it was an oversight in your package.json
Hi Eric, just getting around finally to test the new update and am currently using Astro. When importing the plugin I got an error about the file not being common js or esm. Adding type: module and changing the entry to .mjs fixed the error, though I'm honestly not sure if that was the right thing to do or what issues it might cause. Just thought I'd mention in case it was an oversight in your package.json
"main": "src/index.mjs", "type": "module",