does not work with copy-webpack-plugin
felschr opened this issue · 4 comments
felschr commented
My CopyWebpackPlugin comes before ImageminPlugin as instructed.
The images from CopyWebpackPlugin are nowhere to be found in the build folder, though.
When I remove the ImageminPlugin they are being copied successfully.
alexander-akait commented
@felschr please provide minimum reproducible test repo
alexander-akait commented
/cc @felschr friendly ping
alexander-akait commented
Closing due to inactivity. Please test with latest version and feel free to reopen if still regressions. Thanks!
ba55ie commented
A bit late, but just use: name: "[path][name].[ext]"
to have the copied files replaced and optimized.