Stefan Penner
Stefan Penner
@JLHwung et.al what are the next steps?
@JLHwung let me know when your variant of stringification is published, and I can include it here...
@Turbo87 ya, it seems in-error that we do not treat the name in package.json as the source of truth here. An exception might be scoped packages, where the scope is...
> That's not the point. We have no way to actually find the right package.json without guessing. tell me more
@Turbo87 ah, that makes sense. Thanks.
What if in the cases where we cannot infer we asked the user to tell us via command line arg/flag? Downsides are that it is extra work, and people may...
I believe I am seeing the same thing, I am pretty confident the app worked with 3.4.0-beta.3 but fails in 3.4.1. Will debug further shortly.
issue is most likely within: https://github.com/ember-cli/ember-cli/compare/v3.4.0-beta.3...v3.4.1 and i suspect it is: https://github.com/ember-cli/ember-cli/pull/8013
have confirmed `3726b23f` introduces the bug I am seeing.