About comment plugins #4660
-
It says in vuepress-theme-hope document that we should install comment plugins ourselves by: npm i -D @waline/client But I encountered an error in production environment:
But everything runs well. And I can use the comment plugins as well. Should we install the plugins via: npm i @waline/client Because I think we may use this plugin in our client? |
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
May 5, 2025
Replies: 1 comment
-
It's an edge case that cause an upstream bug The chunk has only css and is extracted to a bundled css, leaving the chunk empty, so vite no longer generates it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mister-Hope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's an edge case that cause an upstream bug
#4496
The chunk has only css and is extracted to a bundled css, leaving the chunk empty, so vite no longer generates it.