rsnext/packages/next/build/webpack/plugins/wellknown-errors-plugin
Shu Ding ef62bf3bf1
Fix module trace error messages to not include queries (#41738)
This improves errors like this:

```
One of these is marked as a client entry with "use client":
  app/page2/page.tsx?__edge_ssr_entry__
```

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the
feature request has been accepted for implementation before opening a
PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-10-24 12:32:43 -07:00
..
index.ts Improve error messages of server compilation (#41136) 2022-10-03 20:19:25 +00:00
parseBabel.ts Pre-compile more dependencies continued (#32679) 2021-12-21 16:13:45 +01:00
parseCss.ts Fix typos (#35683) 2022-03-28 22:53:51 -05:00
parseNotFoundError.ts Enable ReactRefreshLogBox-builtins.test.ts, remove loader from import trace (#41645) 2022-10-22 14:26:57 +02:00
parseRSC.ts Fix module trace error messages to not include queries (#41738) 2022-10-24 12:32:43 -07:00
parseScss.ts Skip loading unused plugins in next dev (#37430) 2022-06-03 14:47:16 -04:00
simpleWebpackError.ts Remove webpack4 types (#39631) 2022-08-16 09:55:37 +00:00
webpackModuleError.ts Add pretty error when image import is invalid format (#41267) 2022-10-11 18:22:13 +02:00