Stefan Schintler

Results 2 issues of Stefan Schintler

Since there have been some issues regarding repositories which do not offer a traditional `node_modules` folder (#133) I tried to get this extension working for repositories with yarn-v3 and PnP....

**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](https://github.com/ojkelly/yarn.build/blob/a0e2e950f197b56b36c2a1ae4bd98be68f5d8a72/packages/plugins/plugin-bundle/src/commands/bundle/ignore/getIgnoreFile.ts#L10) which hides the actual bug....

bug