Thomas Weißschuh
Thomas Weißschuh
The question was more if you want to submit the patch or if I should. If I am to do it, do you have a name and email that I...
Submitted as https://lore.kernel.org/lkml/20230327-gigabyte-wmi-b650-elite-ax-v1-1-d4d645c21d0b@weissschuh.net/ and already picked up.
Wouldn't it be better to allocate a pid from https://pid.codes instead as that does not risk conflicts?
@JellyTitan > The initial pull request PID/VID remains unchanged. Ok
@GaryElshaw This commit fixes it for me too. The problem is easily reproducible with out-of-source builds. It does not look like the best fix because it symlinks the binary dir...
The correct solution would most probably be to tell yarn/webpack to pick up node_modules from `${CMAKE_CURRENT_BINARY_DIR}` with an environment variable or CLI switch
Would a `.yarnrc` in the binary dir work? https://www.caxy.com/blog/how-set-custom-location-nodemodules-path-yarn
Just a guess. I can try to come up with something later'
Maybe someone could also change the title of the ticket to be more correct?
@mikedld I didn't find a way to reduce the number of path specifications... Instead of passing them as cli parameters they could be done from `webpack.config.js` though.