Closed t2ym closed 1 year ago
[clean-frontend][clean-gzip-json] Cannot require('del')
clean-frontend
clean-gzip-json
"del": "*"
"del": "^6.1.1"
0.4.0-alpha.57 is mainly for Issue #432 Integration with reportage and TypeScript
[clean-frontend][clean-gzip-json] Cannot require('del')
Root Cause
clean-frontend
andclean-gzip-json
depend on"del": "*"
, which resolves to commonjs incompatible 7.0.0Fix
"del": "^6.1.1"
to avoid incompatible versions