Skip to content

Instantly share code, notes, and snippets.

@alpenzoo
Created October 17, 2022 09:39
Show Gist options
  • Save alpenzoo/67049fae1067e8e2bbfcc6216c201919 to your computer and use it in GitHub Desktop.
Save alpenzoo/67049fae1067e8e2bbfcc6216c201919 to your computer and use it in GitHub Desktop.
"/*@ sourceMappingURL=" source mapping URL declaration is deprecated, "/*# sourceMappingURL=" declaration should be used instead.
//@ sourceMappingURL=jquery.min.map
to
//# sourceMappingURL=jquery.min.map
//@ sourceURL=<url>
to
//# sourceURL=<url>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment