rsnext/test/e2e/app-dir/app-external
Jiachi Liu 8d28d5954e
test: rename node_modules_bak to node_modules (#62066)
We switched to `pnpm` for testing instead of `yarn` for e2e tests
containing customized node_modules packages, it works with
`node_modules` folder before. Rename the existing `node_modules_bak`
hack to make it easy to test with.

Previously we use `yarn` but it will clean `node_modules` folder so we
have to use another script to copy packages, it's not a required thing
now so we can test package from node_modules directly without renaming
folders locally

Closes NEXT-2496
2024-02-15 00:42:35 +01:00
..
app Fix extra swc optimizer applied to node_modules in browser layer (#62051) 2024-02-14 21:58:39 +01:00
components Fix resolving for esm package with only exports.import condition (#42767) 2022-11-11 00:50:46 +00:00
node_modules test: rename node_modules_bak to node_modules (#62066) 2024-02-15 00:42:35 +01:00
pages Eagerly bundle external ESM dependencies for pages (#42741) 2022-11-10 18:11:38 +01:00
app-external.test.ts test: rename node_modules_bak to node_modules (#62066) 2024-02-15 00:42:35 +01:00
middleware.js Fix next/server api alias for ESM pkg (#61721) 2024-02-06 16:59:24 +00:00
next.config.js Fix react-refresh for transpiled packages (#60563) 2024-01-12 21:44:41 +01:00