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
request to add Rsbuild examples, please note that its configuration items are different from Rspack CLI.|
Rsbuild
Rspack CLI
import { defineConfig } from '@rsbuild/core'; export default defineConfig({ plugins: [pluginReact()], tools: { swc: { jsc: { experimental: { plugins: [['@lingui/swc-plugin', {}]], }, }, }, }, });
We are using the latest version, after testing as above, it was found that it did not work successfully.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
request to add
Rsbuild
examples, please note that its configuration items are different fromRspack CLI
.|We are using the latest version, after testing as above, it was found that it did not work successfully.
The text was updated successfully, but these errors were encountered: