-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Hello,
I have an error when I tried to open the presentation.
[vite] Internal server error: Icon `logos/twitter` not found
at generateComponent (file:///.../node_modules/unplugin-icons/dist/chunk-HR3XK7RM.js:301:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async LoadPluginContext.load (file:///.../node_modules/unplugin-icons/dist/chunk-HR3XK7RM.js:418:20)
at async EnvironmentPluginContainer.load (file:///.../node_modules/vite/dist/node/chunks/dep-DBxKXgDP.js:42264:22)
at async loadAndTransform (file:///.../node_modules/vite/dist/node/chunks/dep-DBxKXgDP.js:35669:22)
at async viteTransformMiddleware (file:///.../node_modules/vite/dist/node/chunks/dep-DBxKXgDP.js:37250:24)
I add vite-svg-loader and new vite.config.js with this code :
import svgLoader from 'vite-svg-loader'
export default {
plugins: [svgLoader()],
}In this project, I use bunjs.
Thanks for help.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels