Angel Stoyanov

Results 3 comments of Angel Stoyanov

I have the same issue the dev server is looking for `build/server/middleware-manifest.json` instead of `.next/server/middleware-manifest.json`

~~I think I'll stick with `babel` until this one is resolved - https://nextjs.org/docs/pages/building-your-application/optimizing/testing#setting-up-jest-with-babel~~ The babel example was removed from the documentation.

It work in 14.0.3 using `transpilePackages` and without the need of overriding the `transformIgnorePatterns`. Here is my configuration. ```javascript // next.config.js { transpilePackages: [ 'axios', 'react-dnd-html5-backend', 'supports-webp', 'ramda', 'react-firebase-hooks/auth', ]...