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
Remove support for top-level import ., it's a footgun, we could just disallow importing from it altogether. It would reduce package size as well to be able to remove the barrel file. (minus 2.3MB)
Add a negative export for ./utils
"./utils/*": null,
Use a single type declaration file for all icons instead of one for each icon. This could also reduce install size.
Assuming #43624 has been merged consider all or some of the following breaking changes in the next major.
./esm/*
and./esm/*.js
exports.
, it's a footgun, we could just disallow importing from it altogether. It would reduce package size as well to be able to remove the barrel file. (minus 2.3MB)./utils
node
condition once we fully support ESM [code-infra] Update package layout for better ESM support #43264Search keywords:
The text was updated successfully, but these errors were encountered: