You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// NOTE: If request is a phantom dependency, which means it can be resolved but not specified in dependencies or peerDependencies in package.json, the output will be incorrect to use when the package is published
1278
1278
// return the original request instead of the resolved request
1279
1279
returnundefined;
1280
-
}catch(e){
1280
+
}catch(_e){
1281
1281
// catch error when request can not be resolved by resolver
1282
1282
// e.g. A react component library importing and using 'react' but while not defining
1283
1283
// it in devDependencies and peerDependencies. Preserve 'react' as-is if so.
@@ -1637,11 +1637,11 @@ export async function composeCreateRsbuildConfig(
0 commit comments