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

[plugin:react-svg] path is not defined #73

Open
seancheung opened this issue Jan 6, 2022 · 4 comments
Open

[plugin:react-svg] path is not defined #73

seancheung opened this issue Jan 6, 2022 · 4 comments

Comments

@seancheung
Copy link

seancheung commented Jan 6, 2022

path is not defined. This might be a typo. It should be idWithoutQuery

index.js

            if (isBuild) {
              cache.set(path, result);
            }
          }
@yfrommelt
Copy link

yfrommelt commented Jan 18, 2022

Source code is OK but publish version on NPM is not up-to-date

@AsiiaKononenko
Copy link

Hi
I faced the same problem recently
i added this to the tsconfig.json and it worked

"compilerOptions": {
"types": ["vite/client"]
}

@serg06
Copy link

serg06 commented Mar 13, 2022

Related to #64. For workarounds see my comment here.

@guguji5
Copy link

guguji5 commented Feb 17, 2023

I fix the error with copying the npm source code into my project. it works.

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

5 participants