-
Notifications
You must be signed in to change notification settings - Fork 28
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
postprocessTree never called when consumed by addon #34
Comments
Yes, this is a general ember-cli limitation. It needs better support for recursive addon hooks. Conceptually I think it could be made it work without any changes to ember-browserify. |
Ok I tried propagating the hook calls in the addon down to ember-browserify: asakusuma/uses-ember-browserify@0a5a206 I don't quite understand the new error because
|
nope |
@chadhietala's pre-packager work supports nested NPM imports correctly. https://github.com/chadhietala/ember-cli-pre-packager The plan is for this eventually to part of ember-cli (once its complete) |
Alright, I'll just bug @chadhietala to get it done faster haha Closing, thanks guys |
i suspect you know where to find him ;) |
I suspect this is an ember-cli issue, but when an addon uses ember-browserify, the consuming application will throw this error:
This has something to do with the fact that
postprocessTree
is not called on ember-browserify, which is not a direct depedency of the app.I reproduced this in a dummy app here: https://github.com/asakusuma/nested-ember-browserify
The text was updated successfully, but these errors were encountered: