Closed ghost closed 4 years ago
webpack-merge introduces a dependency on node >= 8.9 Is this a problem on production systems?
No, as this is just a build dependency (AFAIU) and there is no javascript engine deployed on production servers, the production build yarn build
is only delivered to front end webbrowsers (which of course do not run nodejs. :) )
Merged after some testing. Thanks!
Summary: Dependency updates to fix yarn audit issues. Still requires some testing, and maybe the upgrading of webpack itself.
Discussion points:
What the PR currently does: