package.json has invalid "main" entry
eins78 opened this issue · 2 comments
eins78 commented
The package as published on npm can not be used in all environments because the main
entry is pointing to a non-existing file.
If (manually) changed to have the same content as the module
entry, it works as expected.
cioddi commented
Thank you for raising the issue.
I will look into it and change it with the next release.
Can you give me some information on your app setup so I can reproduce and fix the issue?