-
Notifications
You must be signed in to change notification settings - Fork 217
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
Remove sourceMappingURL Comment #55
Comments
Removed source maps from |
Released in 0.5.0 |
How and where? |
@OLeggen as of version 0.5.0 there's no longer an issue with sourceMappingURL. |
I'm on prepros 5.2.0 and it seems to be the issue here: |
@OLeggen sorry but this does not have anything to do with the library hosted in this repository. Perhaps you are searching for Prepros discussion forums: http://discuss.prepros.io/ |
Ho. right -thanks :) |
我也是这种问题 谁能帮帮我 |
这是解决 |
🎉 |
I'm compiling all of my JS files into a single file with grunt, and the following line is forcing the browser to attempt to download a file that does not exist:
//# sourceMappingURL=json-patch.min.js.map
Manually specifying this in the file is not required, any browser that supports map files will automatically look for them in the same directory. It's only required if you want to put the map files in a different directory.
The text was updated successfully, but these errors were encountered: