-
-
Notifications
You must be signed in to change notification settings - Fork 762
Closed
Labels
Milestone
Description
System Info
System:
OS: macOS 12.6.4
CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
Memory: 2.54 GB / 16.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 14.17.4 - /private/var/folders/wv/hb8dy4gs4xq51jx7k9bbtthm0000gn/T/xfs-ce0be687/node
Yarn: 3.4.1 - /private/var/folders/wv/hb8dy4gs4xq51jx7k9bbtthm0000gn/T/xfs-ce0be687/yarn
npm: 6.14.14 - ~/.nvm/versions/node/v14.17.4/bin/npm
Details
is yarn workspace pnp mode supported already or its not support currently. I got lots of errors like this.
error[internal]: Resolve error
┌─ src/components/SomeComponent.js:8:1
│
8 │ ╭ import React, {
9 │ │ useCallback,
10 │ │ useMemo,
11 │ │ useState,
12 │ │ useRef,
13 │ │ } from 'react';
│ ╰───────────────^ Failed to resolve react in /my/local/absolute/path/to/some/other/Component
Reproduce link
No response
Reproduce Steps
NODE_ENV=development yarn rspack serve --config ./rspack.config.js
o-l-a-v, JumpLink, snewell92, dretsa, dmattia and 6 more