logdna / logdna-browser

A frontend browser logging and exception capturing library for LogDNA
MIT License
19 stars 14 forks source link

Missing main entrypoint can confuse linting #20

Closed imndaiga closed 3 years ago

imndaiga commented 3 years ago

The package.json is missing a main entrypoint that points to dist/index.js. Doesn't seem to affect general ESM imports but custom eslint configs can't parse the modules correctly without it. Any particular reason for it's omission?

imndaiga commented 3 years ago

Hey @TerryMooreII , thanks for the quick action on this. Any idea/word of when to expect a release?

mxseev commented 3 years ago

btw, adding main to package.json fixes #17

TerryMooreII commented 3 years ago

Version 1.1.4 has been release which has the package.json main property set.