rsnext/test/e2e/esm-externals
hrmny d02dfc6e05
feat(turbopack): add support for esm externals in app dir (#64918)
### What?
Writes the async flag to the client reference manifest to support ESM
externals in app dir.

The `app-ssr` context can't have esm externals as that might cause a
module to be async in ssr but not on the client.

Closes PACK-2967
Fixes #64525
2024-06-19 14:49:48 +00:00
..
app Turbopack: app externals test case improvements (#62871) 2024-03-14 07:22:40 +00:00
node_modules Turbopack: app externals test case improvements (#62871) 2024-03-14 07:22:40 +00:00
pages
.vercelignore fix deploy tests that patch node_modules (#66849) 2024-06-13 23:21:34 +00:00
esm-externals.test.ts feat(turbopack): add support for esm externals in app dir (#64918) 2024-06-19 14:49:48 +00:00
next.config.js Promote and rename server bundling options serverComponentsExternalPackages and bundlePagesExternals (#65421) 2024-05-07 11:19:35 -06:00
vercel.json fix deploy tests that patch node_modules (#66849) 2024-06-13 23:21:34 +00:00