I think this happened with the new plugin / javascript compiler.
A number of plugins and theme components have started throwing errors like
Error: Could not find module 'ember-this-fallback/deprecations-helper'
Error: Could not find module 'ember-this-fallback/this-fallback-helper' (here FKB Pro - Social theme - #493 by Clo)
I understand that not using this. has been deprecated and there was quite some time to fix things, but right now the effect is that it is getting VERY hard to find the issue. (And with the FBK Pro theme there apparently was a different deprecation?)
Now this reference, and the actual warning, are being injected into the compiled javascript so I can look at the source code to find the actual issue. But it’s not easy to spot.
Is this the intended behavior? If ember-this-fallback is no longer included, should these references still be injected into the compiled code?
