Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Disable merge_vars in Gruntfile uglify process
`merge_vars` aggressively reuses variable names, which can lead to unexpected behavior or runtime errors in certain cases. It was introduced grunt-contrib-uglify 5.0.1 and it is now turned on by default. We are turning it off to ensure it does not break this project.
- Loading branch information