Webpack issue upgrading React Query from v4 to v5
After upgrading
It looks like Webpack is attempting to bundle the wrong build files, or else I need to configure babel to compile the newer Ecmascript syntax?
@tanstack/react-query and @tanstack/react-query-devtools, Webpack (v4) fails to build my application.It looks like Webpack is attempting to bundle the wrong build files, or else I need to configure babel to compile the newer Ecmascript syntax?