rsnext/test/integration/babel-next-image
Steven 698fcbb8d1
fix: babel usage with next/image (#61835)
### Why

The `process/browser` lib was imported and being transformed, but
`process.browser = true` turns to `true = true` that causes the
compilation error, we need to exclude them from certain compilation
layers

### What

- Fixes https://github.com/vercel/next.js/issues/61116

Closes NEXT-2410
Closes NEXT-2328

---------

Co-authored-by: Jiachi Liu <inbox@huozhi.im>
2024-02-08 18:16:30 -05:00
..
app fix: babel usage with next/image (#61835) 2024-02-08 18:16:30 -05:00
.babelrc fix: babel usage with next/image (#61835) 2024-02-08 18:16:30 -05:00
babel-next-image.test.js fix: babel usage with next/image (#61835) 2024-02-08 18:16:30 -05:00