We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System: OS: macOS 13.2.1 CPU: (12) x64 Apple M2 Max Memory: 2.75 GB / 64.00 GB Shell: 5.8 - /usr/local/bin/zsh Binaries: Node: 18.19.0 - ~/.nvm/versions/node/v18.19.0/bin/node Yarn: 1.22.19 - ~/.nvm/versions/node/v18.19.0/bin/yarn npm: 10.8.2 - ~/.nvm/versions/node/v18.19.0/bin/npm pnpm: 9.7.0 - ~/Library/pnpm/pnpm Browsers: Chrome: 127.0.6533.100 Safari: 16.3
When open the concanatedModules of rspack, the lodash-es has some error like below:
ReferenceError: basePickBy_ is not defined
This is because the runtime error deduce the value scope error:
No response
The text was updated successfully, but these errors were encountered:
This is already be fixed. #7285
Sorry, something went wrong.
No branches or pull requests
System Info
System:
OS: macOS 13.2.1
CPU: (12) x64 Apple M2 Max
Memory: 2.75 GB / 64.00 GB
Shell: 5.8 - /usr/local/bin/zsh
Binaries:
Node: 18.19.0 - ~/.nvm/versions/node/v18.19.0/bin/node
Yarn: 1.22.19 - ~/.nvm/versions/node/v18.19.0/bin/yarn
npm: 10.8.2 - ~/.nvm/versions/node/v18.19.0/bin/npm
pnpm: 9.7.0 - ~/Library/pnpm/pnpm
Browsers:
Chrome: 127.0.6533.100
Safari: 16.3
Details
When open the concanatedModules of rspack, the lodash-es has some error like below:
This is because the runtime error deduce the value scope error:
Reproduce link
No response
Reproduce Steps
The text was updated successfully, but these errors were encountered: