Skip to content
New issue

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

Copy file permissions #316

Closed

Conversation

jeepingben
Copy link

Reviving PR #119
Would resolve issue #35
This is updated to build against the latest master. Just as in the original PR I have not been able to add unit tests because I can't stat the emitted files.

@jsf-clabot
Copy link

jsf-clabot commented Jan 23, 2019

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for PR, but it is invalid solution:

  1. It is doesn't work when you use memory fs
  2. It contains constants what doesn't work on windows
  3. We should use only fs from webpack
  4. Strange code with devServer
  5. No tests.

How it should be solved (exclude memory fs):

Maybe we can use mode name property to avoid misleading between node and our implementation

@anandbhaskaran
Copy link

anandbhaskaran commented Feb 5, 2019

Thank you for including this feature., When do you think this will be merged? Is there any other options in the meanwhile?

@alexander-akait
Copy link
Member

@anandbaskaran please read comment above

@jeepingben
Copy link
Author

This has drifted quite a bit since January and I don't think I will be able to make it correct + get the needed PRs into webpack.

@jeepingben jeepingben closed this Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants