In Firefox with Ember v3.7.0 I'm seeing the following warning on the console in production:
unreachable code after return statement (jquery_event_deprecation.js:10)

It looks like the minifier is not doing its thing here. We should try to find a way to restructure that code so that terser is dropping the dead code correctly.