Import fails to identify entry point
madhusudhand opened this issue · 2 comments
madhusudhand commented
In v3, package.json is missing main
property and because of which build systems fails to compile the library.
Include main
for entry point.
nschild commented
bump
alexander-heimbuch commented
Hey @madhusudhand,
first of all sorry for the late response. In v3 we decided to only support ES Modules. In this scenario only exports
are used and therefore we dropped the main
property since it also wouldn't work with non esm build systems.
Still feel free to use the v2 maintained legacy package for non esm build systems.