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

Inline source map issue #12

Closed
andywillis opened this issue Feb 13, 2015 · 3 comments
Closed

Inline source map issue #12

andywillis opened this issue Feb 13, 2015 · 3 comments

Comments

@andywillis
Copy link

Hi. Sorry if this is a dumb question, but how do I get the sourcemaps to appear? Currently I have:

var appJs = esTranspiler(appTree, {
  sourceMap: 'inline'
});

but this doesn't work even though sourcemap is the only valid option name I've found. sourceMap: true doesn't work either. It's doing everything else fine.

@Dremora
Copy link

Dremora commented Feb 18, 2015

With sourceMap: 'inline', I can see source maps in Firefox but not in Chrome.

@valpackett
Copy link

Use broccoli-source-map to extract inline source maps at the end of the pipeline.

@stefanpenner
Copy link
Member

i can confirm this works for us right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants