-
Notifications
You must be signed in to change notification settings - Fork 23
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
[FEATURE] Minifier: Support input source maps #780
Commits on Oct 2, 2023
-
[FEATURE] Minifier: Support input source maps
If a resource references a source map (or if we find a source map based on the resource name + ".map"): 1. Use that source map for the debug variant of the resource 2. Pass it to terser so it can update it based on the transformation, preserving the mapping to the initial source
Configuration menu - View commit details
-
Copy full SHA for bac0783 - Browse repository at this point
Copy the full SHA bac0783View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b608ee - Browse repository at this point
Copy the full SHA 2b608eeView commit details -
[INTERNAL] Minifier: Do not attempt to find source maps based on modu…
…le path We expect source maps to be referenced in the respective source
Configuration menu - View commit details
-
Copy full SHA for 91a2b79 - Browse repository at this point
Copy the full SHA 91a2b79View commit details -
[INTERNAL] Minifier: Ignore existing source map of resources that hav…
…e been modified in previous tasks
Configuration menu - View commit details
-
Copy full SHA for e228093 - Browse repository at this point
Copy the full SHA e228093View commit details -
[INTERNAL] Minifier: Small refactoring
* Always remove existing source map references from resource. Re-add reference to debug variant under certain conditions. * Add tests
Configuration menu - View commit details
-
Copy full SHA for f674901 - Browse repository at this point
Copy the full SHA f674901View commit details -
[INTERNAL] bundle/Builder: Ensure mapping of first column in index so…
…urce map entries This solves an issue where clicking on a line of generated bundle content in the dev tools still openes the module located above the expected one. We must always ensure that the first column is mapped.
Configuration menu - View commit details
-
Copy full SHA for 778573b - Browse repository at this point
Copy the full SHA 778573bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94013e8 - Browse repository at this point
Copy the full SHA 94013e8View commit details -
[INTERNAL] Add builder source maps test
Currently only fails because default of "useInputSourceMaps" option of minify task is set to "false".
Configuration menu - View commit details
-
Copy full SHA for f7c05db - Browse repository at this point
Copy the full SHA f7c05dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08699cc - Browse repository at this point
Copy the full SHA 08699ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for a34d522 - Browse repository at this point
Copy the full SHA a34d522View commit details -
Configuration menu - View commit details
-
Copy full SHA for 238f6ad - Browse repository at this point
Copy the full SHA 238f6adView commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c713f15 - Browse repository at this point
Copy the full SHA c713f15View commit details
Commits on Oct 6, 2023
-
[INTERNAL] Apply suggestions from UA review
Co-authored-by: Günter Klatt <57760635+KlattG@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 390fb81 - Browse repository at this point
Copy the full SHA 390fb81View commit details
Commits on Oct 9, 2023
-
[INTERNAL] minify: Add unit tests
* Move integration tests into speparate file * Also tag the sourcemap associated with the debug resource as "IsDebugVariant"
Configuration menu - View commit details
-
Copy full SHA for 5882f97 - Browse repository at this point
Copy the full SHA 5882f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for c45cad2 - Browse repository at this point
Copy the full SHA c45cad2View commit details