rsnext/packages/next/build/webpack/loaders/next-middleware-ssr-loader
Shu Ding d577edd206
Fix auto export condition in edge SSR (#31845)
`isAutoExport` should be `false` when `concurrentFeatures` is enabled.

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have 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 helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
2021-11-26 15:53:38 +00:00
..
index.ts Fix auto export condition in edge SSR (#31845) 2021-11-26 15:53:38 +00:00
render.ts Add cookies and headers for request using in RSC (#31623) 2021-11-22 18:53:22 +00:00
utils.ts Update loader-utils (#30743) 2021-11-02 16:13:15 +01:00