persona-community-5/.pnpm-store/v3/files/6e/05e96097ab416757b136079e2a86c40b977434536de2f071bc2ccddea8f84415a3892612455f971d962322708266f9291359f9fc299474153759b0104dc8d6
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

11 lines
348 B
Plaintext

module.exports = function (x, opts) {
/**
* This file is purposefully a passthrough. It's expected that third-party
* environments will override it at runtime in order to inject special logic
* into `resolve` (by manipulating the options). One such example is the PnP
* code path in Yarn.
*/
return opts || {};
};