-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempted to resolve did-insert
, which was expected to be a modifier, but nothing was found
#1514
Comments
I just confirmed this issue and I have a fix for it (but it is not a good permanent solution) Essentially this is the same case that I brought up in the embroider meeting yesterday, the components that are being re-exported via the app exports are depending on something that is in the dependencies of the addon. This doesn't work and we agreed that this should be considered a bug from the embroider perspective The "fix" that I was talking about was to move |
Fixes #1514 A v2 addon with a v1 addon dependency was not resolving its dependencies correctly, in two places. - in virtual-content.ts where we emit implicit-modules - in compat-app-builder.ts when doing partitionEngines The fix to both is adjusting the meaning of RewrittenPackageCache so that it always automatically provides packages that see moved dependencies, even when a given package *itself* has not moved (because it's a v2 addon).
Fixes #1514 A v2 addon with a v1 addon dependency was not resolving its dependencies correctly, in two places. - in virtual-content.ts where we emit implicit-modules - in compat-app-builder.ts when doing partitionEngines The fix to both is adjusting the meaning of RewrittenPackageCache so that it always automatically provides packages that see moved dependencies, even when a given package *itself* has not moved (because it's a v2 addon).
Seeing this error pop up (in this PR, second 70c78db commit).
I am using
@ember/render-modifiers
(which I probably should get rid off, but they should work nevertheless), but they don't seem to be included into the build. This does get "fixed" by downgrading to Embroider 2!The text was updated successfully, but these errors were encountered: