Hey folks. Sorry if this is a dumb question, but I'm getting back into Ember.js after a long hiatus - long, as in, I haven't touched it since 2.13. I'm updating an old project to the current LTS version, 4.12, and one thing I'm having trouble with is running down an error that's happening in my browser's console.
The error only points to vendor.js, on a line in the tens of thousands. I thought I remember that you used to be able to make it so that when an error occurs in the console, it would instead point to the actual file in the Ember project where the error occurred, but I can't seem to find anything on Google on the subject.
We've enabled source maps in the project by editing the ember-cli-build.js file like so:
module.exports = function (defaults) {
let app = new EmberApp(defaults, {
sourcemaps: {enabled: true},
...
Is there more I need to do? Thanks!
moment. That seems to tell me that we're using