Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The map file incorrectly contains thedist/ prefix in &filesources fields #5285

Closed
Assignees
mgol
Milestone
@mgol

Description

@mgol

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.

Link to test case

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp