ember-cli / ember-cli-htmlbars

MIT License
77 stars 66 forks source link

Allow console messages (v5.x) #740

Closed mixonic closed 2 years ago

mixonic commented 2 years ago

A copy of https://github.com/ember-cli/ember-cli-htmlbars/pull/739 targeting a 5.x release branch.

Also fixes CI. This removes Ember 4 from CI as it fails on LegacyPlugin cannot be invoked without 'new'. See https://github.com/ember-cli/ember-cli-htmlbars/runs/4419325026?check_suite_focus=true#step:5:146 It isn't clear if v5.x was expected to support Ember 4 or not. Based on CI, it does not, and so I've removed it from CI while leaving it in the try config.