Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49423, comment 3


Ignore:
Timestamp:
02/13/2020 01:21:29 PM (5 years ago)
Author:
aduth
Comment:

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`:
    22
    33https://github.com/WordPress/wordpress-develop/blob/3dd39ffe/package.json#L48
    44
    5 I'm able to run the task without error even after uninstalling `uglify`.
     5I'm able to run the task without error even after uninstalling `uglify-js`.
    66
    77I 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).