You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I see this warning in the console when I run the webnative-app-template:
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
The text was updated successfully, but these errors were encountered: