Since Webpack 4 supports tree-shaking, does it still matter if we put dependencies in dependencies or in devDependencies in the package.json file?
If tree shaking works as it is meant to, then all lint, flow, testing and tooling packages would get shaken off. Correct?