Changes since 2.7.9
Fixes
-
Reliable deletion of node_modules (#12874)
Commit · Pull request · IssueDo not set permissions nor follow symlinks when deleting node_modules.
-
Handle faulty imports (#12793)
Commit · Pull request · IssueDo not throw silently for incompatible import paths. Fix comment removal for JS files to accept ' as string.
-
Copy source maps for frontend resources
Commit · Pull request -
Remove duplicate builder execution (#12697)
Commit · Pull requestThe builder was executed twice, most likely due to a merge conflict.