Owen Kelly
Owen Kelly
The latest release is 3.2.4, could you try that and see if it works? There has been some Windows specific fixes. -- Hmm, while bundle should work with `node_modules` it's...
> Using 3.2.4 Does not change anything sadly. Also just tested it on my MacBook (Big Sur) and having the same issue. > > I have the feeling the the...
@lembdev are you able to provide a git repo that reproduces the error? I'd love to get to the bottom of this.
Thanks for the detail on this report, that's certainly an odd one. The last log line is from here https://github.com/ojkelly/yarn.build/blob/main/packages/plugins/plugin-bundle/src/commands/bundle/index.ts#L353 And all the work under that before the next log...
@jkruse14 would you be able to upload an example repo where this occurs?
Yep I think you're correct it's happening too late in the process. The current process they're deleted after being copied to a tmp directory. https://github.com/ojkelly/yarn.build/blob/2f000664c0255a0bd63e1180e679c5ede2e63fac/packages/plugins/plugin-bundle/src/commands/bundle/index.ts#L330 This can probably be solved...
Great question. The specific algorithm is here https://github.com/ojkelly/yarn.build/blob/298b2d3385b2751cf66e590252cb8618ea0d4746/packages/plugins/shared/src/supervisor/index.ts#L538 In short, `package.json#main` conventionally points to the compiled js for other packages to run. If defined the folder containing the main file...
@RafalWilinski could I request the capability to do substitution without needing `#` as a prefix. as an example I've got a sort key `${a}#${b}#${c}#d-${e}.${f}.${g}`. which is then at an application...
Thanks for the details and troubleshooting on this issue. I've had quite a busy month, and so haven't been able to look into it yet. > What can I do...
Having the same issue. I'm wondering if it's to do with being the 3rd or 4th vm I've made with xhyve? My network stats looks basically the same as @paulcbetts...