support rspack? #352
support rspack?
#352
-
can unplugin-vue-router support rspack? |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Mar 27, 2024
Replies: 1 comment 1 reply
-
Anything supported by https://github.com/unjs/unplugin will be supported. Rspack seems to have experimental support. They can all be imported with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Anything supported by https://github.com/unjs/unplugin will be supported. Rspack seems to have experimental support. They can all be imported with
import { thing } from 'unplugin-vue-router'
(replace thing with rspack, vite, etc)