proofgeist / fmdapi

MIT License
20 stars 8 forks source link

Include `main` export definitions #94

Closed alexandrosraikos closed 2 months ago

alexandrosraikos commented 7 months ago

I am locked still back in version 3.2.2, because ever since exports were defined in package.json my Gatsby & Netlify functions build breaks. Please fix the imports so both my bundler and my IDE correctly identify the module.

https://docs.npmjs.com/cli/v7/configuring-npm/package-json#main

eluce2 commented 7 months ago

Could you provide more info about the build error you are seeing? Are you using CommonJS or the require syntax for example?