-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Possible bug (git-changelog) - Contributors.vue import error. Failed import md5. #124
Comments
It's nice to meet you here. And apologize for the lack of documentations we are having now. 😫 Not sure where went wrong but one thing is clearly to be incorrect: export default defineConfig({
vite: {
resolve: {
-- alias: {
-- '@nolebase/vitepress-plugin-git-changelog': resolve(__dirname, '/* path to npm package */ '),
-- },
},
},
} Could you please try to remove the above configurations and try again? For end users that import packages of Nolebase integrations from outside, no need to redirect |
I tried this, but the picture remains the same
|
Weird. Thanks for the feedbacks. Let me try to inspect my other VitePress sites to figure out. |
I have identified and reproduced this issue. Let me quickly fix it. |
Let me see. This is probably caused by |
Thank you so much for fix <3 |
Sounds great! Thank you very much for feedbacks! |
I'm trying to use
@nolebase/vitepress-plugin-git-changelog
formnpm
When i try add this in vite.config.ts this
And add in theme/index.ts this:
I getting this in browser console:
but md5 and @types/md5 or another permutations of this is installed...
Where is the problem?
Everything is working on version 1.23.0 and older, where /components has .vue.d.ts files, but 1.24.0 and newer not working.
Tested on:
vitepress: 1.0.0 rc 43/1.0.0 rc 45/1.0.1
git-changelog: 1.24.0-1.25.0
The text was updated successfully, but these errors were encountered: