I started to see this warning after upgrading Next JS
If your using Next JS, in next.config.js comment out any configuration for webpack then run: npm run dev
This removed the warning for me, in my case the webpack config wasn't vital and I could live without it, but if you need to keep that config then this may not be helpful.