PAMapp/node_modules/@babel/plugin-transform-runtime/src/get-runtime-path/index.ts @@ -32,3 +32,7 @@ ); } } export function resolveFSPath(path) { return require.resolve(path).replace(/\\/g, "/"); }