We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Based on the V8 change log '//@ sourceURL' is deprecated.
https://code.google.com/p/v8/source/browse/trunk/ChangeLog#30
Added support for //# sourceURL similar to deprecated //@ sourceURL one
And if I trust the following article, all browsers should support the new standard now http://updates.html5rocks.com/2013/06/sourceMappingURL-and-sourceURL-syntax-changed
The text was updated successfully, but these errors were encountered:
Any thought on that? Would be nice to tag this issue to keep it in mind
Sorry, something went wrong.
👍 For now I'm just string replacing the output of component builder :(
No branches or pull requests
Based on the V8 change log '//@ sourceURL' is deprecated.
https://code.google.com/p/v8/source/browse/trunk/ChangeLog#30
And if I trust the following article, all browsers should support the new standard now
http://updates.html5rocks.com/2013/06/sourceMappingURL-and-sourceURL-syntax-changed
The text was updated successfully, but these errors were encountered: