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

--debug source maps are using a deprecated pragma #421

Closed
HowlingEverett opened this issue Jun 9, 2013 · 2 comments
Closed

--debug source maps are using a deprecated pragma #421

HowlingEverett opened this issue Jun 9, 2013 · 2 comments

Comments

@HowlingEverett
Copy link

Hi @substack,

It looks like all the major browser manufacturers are following the Mozilla recommendation to change the pragma for Source Map urls from an @ symbol to an # symbol, as per this issue for Firefox:

https://bugzilla.mozilla.org/show_bug.cgi?id=870361

All relevant browsers now support the # format, and Chrome is now generating an annoying deprecation warning every time I run browserify in debug mode.

Happy to generate a pull request if you like, it should be a trivial change.

@MauriceButler
Copy link

I just had a quick look.

SourceMaps are being generated by the combine-source-map module

This issue has been raised however wont be fixed untill the pragma changes flow through to all flavours of browsers.

@ghost
Copy link

ghost commented Dec 20, 2013

Closing since it will be a while before enough browsers support //# that currently only support //@.

@ghost ghost closed this as completed Dec 20, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants