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
#5050 introduced the logic that prohibits static imports of local modules from remote modules. While I understand the security issues it solves, I believe, it also makes impossible some nice and valid use-cases, in particular, remapping a transitive dependency to a local module using an import map.
Can we somehow allow this use-case?
The text was updated successfully, but these errors were encountered:
#5050 introduced the logic that prohibits static imports of local modules from remote modules. While I understand the security issues it solves, I believe, it also makes impossible some nice and valid use-cases, in particular, remapping a transitive dependency to a local module using an import map.
Can we somehow allow this use-case?
The text was updated successfully, but these errors were encountered: