Skip to content
New issue

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 examples #2179

Open
usercao opened this issue Feb 10, 2025 · 0 comments
Open

Request to add examples #2179

usercao opened this issue Feb 10, 2025 · 0 comments

Comments

@usercao
Copy link

usercao commented Feb 10, 2025

request to add Rsbuild examples, please note that its configuration items are different from 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant