Urara-Blog/node_modules/.pnpm-store/v3/files/6e/05e96097ab416757b136079e2a86c40b977434536de2f071bc2ccddea8f84415a3892612455f971d962322708266f9291359f9fc299474153759b0104dc8d6
2022-08-14 01:14:53 +08:00

10 lines
348 B
Text

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 || {};
};