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
Since #6425, the package only exports ESM modules. Built files are located under the dist/ directory, and there are no more lib/ nor lib-esm/ directories.
Yet, the repository still has 8 occurences of lib-esm (and also occurences of lib). You may consider what to do with them (typically delete).
Since #6425, the package only exports ESM modules. Built files are located under the
dist/directory, and there are no morelib/norlib-esm/directories.Yet, the repository still has 8 occurences of
lib-esm(and also occurences oflib). You may consider what to do with them (typically delete).