See the README for optimize-css-assets-webpack-plugin:
For webpack v5 or above please use css-minimizer-webpack-plugin instead.
This gets rid of a warning that was previously printing when generating a production Webpack build:
[DEP_WEBPACK_COMPILATION_OPTIMIZE_CHUNK_ASSETS] DeprecationWarning: optimizeChunkAssets is deprecated (use Compilation.hooks.processAssets instead and use one of Compilation.PROCESS_ASSETS_STAGE_* as stage option)
Depends on D6700