- Notifications
You must be signed in to change notification settings - Fork20.6k
Closed
Description
Description
Thedist/jquery.min.js.map
file generated by Terser contains two fields with incorrect values:
"file":"dist/jquery.min.map","sources":["dist/jquery.js"]
The proper values are:
"file":"jquery.min.js","sources":["jquery.js"]
and that's what we have on the3.x-stable
line with UglifyJS.
Note that not only thedist/
prefix should go away but also the Terser's source map incorrectly points to itself in thefile
property.
We need to fix it before the final4.0.0
release.