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 14.1.1 CPU: (8) arm64 Apple M1 Max Memory: 64 GB Binaries: Node: v18.16.0 pnpm: v8.2.0 Browsers: Chrome: v120.0.6099.199 npmPackages: @rspack/binding: workspace:* => 0.4.5 @rspack/core: workspace:* => 0.4.5
After executing
pnpm create rsbuild@latest
according to "Using the Rspack CLI", when specifying production in the mode of rspack.config.js, or when specifying
production
rspack.config.js
rspack -----mode=production serve
in the npm script and opening the web page, the following display appears.
When 'development' is specified for mode, it displays normally as shown below.
https://github.com/cut0/rspack-project
Please follow the steps below.
The text was updated successfully, but these errors were encountered:
https://github.com/pmmmwh/react-refresh-webpack-plugin/blob/793d57c95ee64a1b9612a96066f091db08b226cb/lib/index.js#L48 react-refresh-webpack-plugin will skip inject refresh runtime when mode set to production which @rspack/plugin-react-refresh not align with now, cc @ahabhgk you can manually disable @rspack/plugin-react-refresh when mode set to production now, we will fix it soon
@rspack/plugin-react-refresh
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
System Info
Details
After executing
according to "Using the Rspack CLI", when specifying
production
in the mode ofrspack.config.js
, or when specifyingin the npm script and opening the web page, the following display appears.
When 'development' is specified for mode, it displays normally as shown below.
Reproduce link
https://github.com/cut0/rspack-project
Reproduce Steps
Please follow the steps below.
The text was updated successfully, but these errors were encountered: