Skip to content
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

could not resolve IconName #8

Open
bueno12223 opened this issue Oct 18, 2022 · 1 comment
Open

could not resolve IconName #8

bueno12223 opened this issue Oct 18, 2022 · 1 comment

Comments

@bueno12223
Copy link

I have Vue 3.2.37 and Vite 3.1.7 and I get the next error on the console:

      detail: undefined,
      id: '',
      location: {
        column: 33,
        file: 'node_modules/@iconscout/vue-unicons/index.js',
        length: 16,
        line: 100,
        lineText: "export { default as UilAt } from './icons/uil-at'",
        namespace: '',
        suggestion: ''
      },
      notes: [],
      pluginName: '',
      text: 'Could not resolve "./icons/uil-at"'
    },
    ... 1104 more items
  ],
  warnings: []

I think that this package doesnt have support whit vite btw this doesnt need to use App.use on the installation?

@XiaotongW
Copy link

I think that this package doesnt have support whit vite btw this doesnt need to use App.use on the installation?

I encountered the same issue while trying to change Webpack to Vite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants