rsnext/packages/next-swc/crates
Justin Ridgewell d7818d21b6
turbopack: Update the next/dist/esm rewrite ResolvePlugin (#55689)
### What?

This updates `NextSharedRuntimeResolvePlugin` to match on `next/dist/esm` pattern instead of matching on `node_modules/next/dist`. While the old code is more correct, it prevents the plugin from working when we're developing Next.js locally, because the imported path is resolved to `packages/next/dist/esm/`, not `node_modules/next/dist/esm/`

### Why?

So that we can develop locally without bugs.

### How?

A simple glob change.

Closes NEXT-
Fixes #

-->


Closes WEB-1616
2023-09-20 22:04:29 +00:00
..
core Fix importing name multiple times with the named_import transform (#55664) 2023-09-20 15:22:38 +00:00
napi fix(next-core): enable image extensions (#55460) 2023-09-18 17:30:27 +00:00
next-api fix server-side changes events (#55437) 2023-09-15 17:57:01 +02:00
next-build feat(turbopack): add dynamic metadata support (#54995) 2023-09-08 18:25:13 +00:00
next-core turbopack: Update the next/dist/esm rewrite ResolvePlugin (#55689) 2023-09-20 22:04:29 +00:00
next-dev Turbopack Experimental: Remove use of SourceMapContentSource (#54862) 2023-09-01 22:01:54 +00:00
next-dev-tests test(turbopack) migrate api tests, few image tests (#55552) 2023-09-19 20:14:53 +00:00
next-transform-dynamic Update swc_core to v0.83.12 (#55216) 2023-09-15 17:41:05 +02:00
next-transform-font Update swc_core to v0.83.12 (#55216) 2023-09-15 17:41:05 +02:00
next-transform-strip-page-exports prettier fix for next-swc (#47873) 2023-04-19 19:44:27 +02:00
wasm Update turbopack and swc_core to v0.78.24 (#51943) 2023-06-29 15:11:57 +02:00