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

Vite warning in webantive app template related to webnative #416

Closed
jeffgca opened this issue Aug 26, 2022 · 0 comments · Fixed by #415
Closed

Vite warning in webantive app template related to webnative #416

jeffgca opened this issue Aug 26, 2022 · 0 comments · Fixed by #415
Assignees

Comments

@jeffgca
Copy link
Contributor

jeffgca commented Aug 26, 2022

I see this warning in the console when I run the webnative-app-template:

1:46:18 p.m. [vite] warning:
/Users/jeff/code/fission/clones/webnative-app-template/node_modules/.vite/deps/webnative.js
36358|    return import(
36359|      /* webpackIgnore: true */
36360|      cdn_url
   |      ^
36361|    ).then((_) => self.IpfsCore);
36362|  };
The above dynamic import cannot be analyzed by vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.

We should at minimum consider mitigating this warning so developers don't see it. I prioritize this as most important so that developers don't see this warning when they run npm run dev

icidasset added a commit that referenced this issue Aug 29, 2022
icidasset added a commit that referenced this issue Aug 29, 2022
* Improve peer list storage

* Add entry to changelog

* Fixes #416

* Update changelog
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

Successfully merging a pull request may close this issue.

3 participants