You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started from an empty vitepress and tried to add PWA, Vue and import SVGs
After importing SVG, it started having this warning, basically listing every file in the project
vite v5.4.19 building SSR bundle for production...
"createElementVNode" is imported from external module "vue" but never used in "docs/tool/learn.md", "docs/index.md", "docs/about.md", "docs/tool/version.md?vue&type=script&setup=true&lang.ts", "docs/tool/version.md", "node_modules/vitepress/dist/client/app/components/ClientOnly.js", "node_modules/vitepress/dist/client/app/composables/preFetch.js", "node_modules/vitepress/dist/client/app/components/Content.js", "node_modules/vitepress/dist/client/app/composables/head.js", "node_modules/vitepress/dist/client/app/utils.js", "node_modules/vitepress/dist/client/app/router.js", "node_modules/vitepress/dist/client/app/data.js", ".vitepress/theme/components/ReloadPrompt.vue?vue&type=script&setup=true&lang.ts", "widgets/assets/example.svg", "widgets/Example.vue?vue&type=script&setup=true&lang.ts", "widgets/Example.vue", "docs/tool/vue.md?vue&type=script&setup=true&lang.ts", "docs/tool/vue.md", "node_modules/vitepress/dist/client/theme-default/components/VPBadge.vue?vue&type=script&setup=true&lang.ts",
...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I started from an empty vitepress and tried to add PWA, Vue and import SVGs
After importing SVG, it started having this warning, basically listing every file in the project
Any ideas before I go create a minimal repro?
Beta Was this translation helpful? Give feedback.
All reactions