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
With support of ES modules in Node.js there is a new field exports that defines entry points for different engines (e.g. browser or node) and package formats (e.g. commonjs or ES modules):
With support of ES modules in Node.js there is a new field
exports
that defines entry points for different engines (e.g. browser or node) and package formats (e.g. commonjs or ES modules):https://nodejs.org/api/esm.html#esm_package_entry_points
Make them work in parallel to
module
,unpkg
andtypes
.The text was updated successfully, but these errors were encountered: