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

feat: support rspack #637

Merged
merged 2 commits into from May 30, 2023
Merged

feat: support rspack #637

merged 2 commits into from May 30, 2023

Conversation

loilo
Copy link
Contributor

@loilo loilo commented May 29, 2023

Description

This PR adds an rspack export to the package, using unplugin's experimental rspack support. (For the purpose of adding this, it also had to update the unplugin dependency to the latest version.)

Linked Issues

This has not been brought up yet.

Additional context

Rspack just recently added support for vue-loader. As far as I have tested it, this works flawlessly. Having Vue support in Rspack was a good occasion to look for Rspack support in some popular build tools that commonly come with Vue projects.

For reference, here's also a basic proof of concept of a Vue app bundled by Rspack, using this PR's branch for registering components: https://github.com/loilo/rspack-vue-demo

@loilo loilo requested a review from antfu as a code owner May 29, 2023 22:51
@antfu antfu merged commit c14f420 into unplugin:main May 30, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants