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
// Unfortunately, if we simply try to make the parent extend this config, transformations will not run because the parent doesn't request remapped deps
113
116
// If the parent were to request remapped deps, we'd be remapping everything in it.
114
-
// Therefore we use a slight "hack" that imposes a constraint over all dependencies in this configuration: to be remapped
117
+
// Therefore, we use a slight "hack" that imposes a constraint over all dependencies in this configuration: to be remapped.
118
+
// Additionally, we force dependencies to be non-transitive since we cannot apply the attribute hack to transitive dependencies.
0 commit comments