Closed Sczlog closed 5 months ago
I am optimizing my docker image's size and I found some @types dependencies is in node_modules and I already use install --prod
install --prod
I found it was imported by ldapauth-fork
why a types dependencies is not in devDependencies? Is it necessary?
I am optimizing my docker image's size and I found some @types dependencies is in node_modules and I already use
install --prod
I found it was imported by ldapauth-fork
why a types dependencies is not in devDependencies? Is it necessary?