Skip to content

[BUG] Icon 'logos/twitter' not found #43

@quenti77

Description

@quenti77

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions