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

support rspack arco vue plugins #3404

Open
1 task done
Trojan0523 opened this issue Dec 31, 2024 · 0 comments
Open
1 task done

support rspack arco vue plugins #3404

Trojan0523 opened this issue Dec 31, 2024 · 0 comments

Comments

@Trojan0523
Copy link

Basic Info

What are the similar cases of this feature

expected way to implement: (rsbuild.config.ts)

const ArcoRspackPlugin = require('@arco-plugins/rspack-vue');
export default {
  rspack: {
    plugins: [
        new ArcoRspackPlugin({ theme: '@arco-theme/xxx' })
      ],
    },
}

What problem does this feature solve?

I was using rsbuild and @arco-design/web-vue, but the default theme didn’t quite meet our preferences. So, I explored the theme market to find a more appealing one. However, I encountered a problem when trying to import the new theme into rsbuild—I couldn’t figure out how to make it work. Is there any way to successfully integrate a theme into rsbuild? By the way, both frameworks are fantastic tools.

@Trojan0523 Trojan0523 changed the title support rspack arco plugins support rspack arco vue plugins Dec 31, 2024
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