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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello,
When using the builtin plugin-archive, symlinks are not compressed properly. Example:
ls -l node_modules/.bin webpack-dev-server -> ~/node_modules/.bin/webpack-dev-server
instead of
ls -l node_modules/.bin webpack-dev-server -> ../webpack-dev-server/bin/webpack-dev-server.js
This seems related to mholt/archiver#222
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
When using the builtin plugin-archive, symlinks are not compressed properly.
Example:
instead of
This seems related to mholt/archiver#222
Thanks
The text was updated successfully, but these errors were encountered: