Open NullVoxPopuli opened 2 years ago
I believe this is the likely cause https://github.com/ember-cli/ember-welcome-page/blob/master/addon-main.js#L10
It intentionally removes itself from production builds, so the invocation errors.
is there a way to have a build-time error instead of runtime?
Initially reported here: https://github.com/emberjs/ember.js/issues/19912
During my testing the following works (after removing ember-cli-terser so I could see errors clearly):