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
I'm seeing breakages with Webpack, and several other issues and forks seem to indicate issues with bundlers.
My understanding, which is shallow, is that at one point it was recommended to use extension-less main. It seem that now the recommendation is to use main with an extension, and that should probably be the js file, for compatibility.
As for the ES modules etc, there are now conditional exports through the exports field.
The text was updated successfully, but these errors were encountered:
I'm seeing breakages with Webpack, and several other issues and forks seem to indicate issues with bundlers.
My understanding, which is shallow, is that at one point it was recommended to use extension-less
main
. It seem that now the recommendation is to usemain
with an extension, and that should probably be the js file, for compatibility.As for the ES modules etc, there are now conditional exports through the
exports
field.The text was updated successfully, but these errors were encountered: