We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When copying a file with executable attributes, its attributes will be stripped on the destination file.
The copied file should have identical attributes to the source file.
When setting this plugin up, set the target file with the executable flag. Observe that the copy will not retain this flag.
npx webpack-cli info
The text was updated successfully, but these errors were encountered:
duplicate in favor #35
Sorry, something went wrong.
No branches or pull requests
Bug report
Actual Behavior
When copying a file with executable attributes, its attributes will be stripped on the destination file.
Expected Behavior
The copied file should have identical attributes to the source file.
How Do We Reproduce?
When setting this plugin up, set the target file with the executable flag.
Observe that the copy will not retain this flag.
Please paste the results of
npx webpack-cli info
here, and mention other relevant informationThe text was updated successfully, but these errors were encountered: