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
Some packages only need cjs or esm. Thus it should be possible to specify that via the package.json config.
{
"name": "fooo",
"bob": {
"cjs": false,
}
}
Setting these options should also change the assertions for the package.json exports map. E.g. if "cjs" is false, a require should not be present in the exports map.
The text was updated successfully, but these errors were encountered:
Some packages only need cjs or esm. Thus it should be possible to specify that via the
package.json
config.Setting these options should also change the assertions for the
package.json
exports map. E.g. if "cjs" is false, arequire
should not be present in the exports map.The text was updated successfully, but these errors were encountered: