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
Hello. I use statsig-node and statsig-node-vercel in my project, and am seeing some noise related to this library.
▲ [WARNING] "./ip_supalite" should be marked as external for use with "require.resolve" [require-resolve-not-external]
node_modules/ip3country/src/ip3country.js:49:41:
49 │ delete require.cache[require.resolve("./ip_supalite")];
╵ ~~~~~~~~~~~~~~~
That seems to be contrary to what is said in the README:
You won't need to list ip3country as an external in your build process.
I have up-to-date statsig-node, statsig-node-vercel and ip3country. Seems like this only happens when running with Vercel, not just Gatsby.
The text was updated successfully, but these errors were encountered:
Hello. I use statsig-node and statsig-node-vercel in my project, and am seeing some noise related to this library.
That seems to be contrary to what is said in the README:
You won't need to list ip3country as an external in your build process.
I have up-to-date statsig-node, statsig-node-vercel and ip3country. Seems like this only happens when running with Vercel, not just Gatsby.
The text was updated successfully, but these errors were encountered: