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

.bundleignore is ignored on Windows #230

Open
steschi opened this issue Aug 17, 2022 · 0 comments
Open

.bundleignore is ignored on Windows #230

steschi opened this issue Aug 17, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@steschi
Copy link

steschi commented Aug 17, 2022

Describe the bug
When using yarn bundle on Windows the .bundleignore file seems to be ignored.
I tracked the issue down to this catch clause which hides the actual bug. Is this maybe an issue between xfs paths and actual native paths?

To Reproduce
Steps to reproduce the behavior:

  1. Ensure to add a log statement for the catch clause mentioned above
  2. Place a .bundleignore file in the root folder of the workspace
  3. Run yarn bundle
  4. See error like
Error: ENOENT: no such file or directory, open '\C:\Users\STEFAN~1\AppData\Local\Temp\xfs-99f334b6\.bundleignore'

Expected behavior
The .bundleignore file should be used if it exists

Desktop:

  • OS: Windows 11 Enterprise, 10.0.22000 Build 22000
@steschi steschi added the bug Something isn't working label Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant