Closed mk-conn closed 6 years ago
@mk-conn what's the content of your ember-cli-build.js
file?
I just added
'ember-cli-babel': {
includePolyfill: true
},
to the ember-cli.build.js
and changed to "ember-cli-babel": "^6.3.0" and have no problems any more... (dunno about the 6.3.0 version, if this makes a difference, can't really test right now, as I'm reaching a deadline soon :-/ )
can you reproduce this in a fresh ember new
app?
Error:
When I remove
ember-cli-notifications
it still fails but withember-welcome-page
so the ember-cli-notifications add-on seems not to be the cause...My package.json:
Output from
ember version --verbose && npm --version && yarn --version
: