Changes between Initial Version and Version 1 of Ticket #49423, comment 3
- Timestamp:
- 02/13/2020 01:21:29 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49423, comment 3
initial v1 1 @netweb Does that require the `uglify ` package directly? I expect it should be satisfied by `grunt-contrib-uglify`:1 @netweb Does that require the `uglify-js` package directly? I expect it should be satisfied by `grunt-contrib-uglify`: 2 2 3 3 https://github.com/WordPress/wordpress-develop/blob/3dd39ffe/package.json#L48 4 4 5 I'm able to run the task without error even after uninstalling `uglify `.5 I'm able to run the task without error even after uninstalling `uglify-js`. 6 6 7 7 I noticed after removing the package that `package-lock.json` doesn't change much, indicating that there's other dependencies which still rely on it (I assume this one included).