Drey
Drey
Nice find all. One caveat is that the above will not work for nested routes such as `/pages/about-us` if the `/pages` dir does not already exist. The solution here is...
For anyone interested, I forked the main project and created the following package which has the fix noted above for Webpack 5, along with up-to-date dependencies. Hopefully this can be...
I'm seeing these errors as well, but supposedly the "user-agent" error was fixed back in 2016: https://github.com/contentful/contentful.js/issues/56 Any plans to resolve this?
@marcolink - I just upgraded to `[email protected]` and I'm still seeing these 2 errors in the console.
@marcolink - It's been 5 months since I last commented on this, and I'm still seeing these 2 errors even after upgrading to the latest v9.1.10. Any plans to resolve...
@ankhuve - injecting the `browser` property on `process` as you described did the trick for us. Thank you for taking the time to dig into this!