-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"index.js.map" referenced in ember.prod.js, but it is not included in ember-source #16844
Comments
@pieter-v perhaps this should be reported on the ember-cli project, https://github.com/ember-cli/ember-cli/issues |
Reported as ember-cli/ember-cli#7944 Thanks |
@pixelhandler this does look like an issue with |
@Turbo87 got it, thanks! |
this might have been fixed by #17128 too. not released yet though. |
@pieter-v is this fixed in the current release of Ember? |
I believe it is, closing for now (happy to reopen though)... |
ember: 3.3.0
ember-cli: 3.3.0
create a new ember project
modify
ember-cli-build.js
to generate sourcemaps:A production build gives the following warning:
The
index.js.map
is referenced inember.prod.js
The text was updated successfully, but these errors were encountered: