Skip to content
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

Closed
pieter-v opened this issue Jul 24, 2018 · 7 comments

Comments

@pieter-v
Copy link
Contributor

ember: 3.3.0
ember-cli: 3.3.0

create a new ember project

 ember new abc --yarn --skip-git

modify ember-cli-build.js to generate sourcemaps:

  let app = new EmberApp(defaults, {
    sourcemaps: {
      enabled: true
    },
  });

A production build gives the following warning:

[WARN] (broccoli-uglify-sourcemap) "index.js.map" referenced in "assets/vendor.js" could not be found

The index.js.map is referenced in ember.prod.js

@pixelhandler
Copy link
Contributor

@pieter-v perhaps this should be reported on the ember-cli project, https://github.com/ember-cli/ember-cli/issues

@pieter-v
Copy link
Contributor Author

Reported as ember-cli/ember-cli#7944
This issue can be closed.

Thanks

@Turbo87
Copy link
Member

Turbo87 commented Sep 22, 2018

@pixelhandler this does look like an issue with ember-source and is not related to CLI at all. I think this should be reopened here.

@rwjblue rwjblue reopened this Sep 22, 2018
@pixelhandler
Copy link
Contributor

@Turbo87 got it, thanks!

@Turbo87
Copy link
Member

Turbo87 commented Oct 19, 2018

this might have been fixed by #17128 too. not released yet though.

@pixelhandler
Copy link
Contributor

@pieter-v is this fixed in the current release of Ember?

@rwjblue
Copy link
Member

rwjblue commented Jan 26, 2019

I believe it is, closing for now (happy to reopen though)...

@rwjblue rwjblue closed this as completed Jan 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants