You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",
The text was updated successfully, but these errors were encountered:
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",
The text was updated successfully, but these errors were encountered: