Is there a need to have optionalDependencies? Our installation procedure always tries to install them regardless of no-optional flag in npm, but I was wondering is there any particular reason you ship package.json with that property? Could it be removed or transferred to devDependencies since it’s mostly build stuff like Yarn?
Is there a need to have
optionalDependencies? Our installation procedure always tries to install them regardless ofno-optionalflag in npm, but I was wondering is there any particular reason you ship package.json with that property? Could it be removed or transferred todevDependenciessince it’s mostly build stuff like Yarn?