Closed yogingliu closed 1 year ago
In 0.10.2
this problem has been fixed. I'm not sure what happened in your local env. I think may we check the plugin version in your local ?
And your option filename":'[path][base]'
is meaning the compressed result name isn't the original file name : )
Thx for your reply @nonzzz , After upgrading to version 0.10.2, I have fixed the issue.
Bug report 🐞
Version & Environment
Expection
Original file should be deleted, and the .gz extension should be removed (thus resulting in the same file name as the original).
Actual results (or Errors)
All compressed files and their original files have been deleted.
I suspect it is an issue with the execution order. It is possible that the .gz files were deleted along with the original files based on their original file names after the new names were generated.