You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Ensure to add a log statement for the catch clause mentioned above
Place a .bundleignore file in the root folder of the workspace
Run yarn bundle
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
The text was updated successfully, but these errors were encountered:
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:
.bundleignore
file in the root folder of the workspaceyarn bundle
Expected behavior
The
.bundleignore
file should be used if it existsDesktop:
The text was updated successfully, but these errors were encountered: