rsnext/packages/next/build/webpack/loaders
Tim Neutkens 628bb397b3
Fix bug with getServerSideProps when swcLoader is enabled (#29760)
Ported from #29185

These are all related to `swcLoader`:
- Fixes commonjs code being output as ESM
- Fixes bug with `getServerSideProps` not getting querystrings and added tests for it
- Disable SWC on Babel test suites
- Disable SWC on no-anon-default-export test suite
- Disable SWC on page-config test suite (pending porting of the Babel plugin)
- Ensure `sourcesContent` is part of the sourcemap



## 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
2021-10-09 14:39:53 +00:00
..
css-loader Add tracing for css-loader (#28756) 2021-09-06 10:59:38 +02:00
next-serverless-loader upgrade to typescript 4.4.3 (#29112) 2021-09-16 18:06:57 +02:00
next-style-loader Use consistent postcss version for all transforms (#28529) 2021-09-02 08:45:35 +02:00
postcss-loader Add tracing for css-loader (#28756) 2021-09-06 10:59:38 +02:00
error-loader.ts feat: Webpack loader inlining (#21127) 2021-01-15 01:51:45 +00:00
next-client-pages-loader.ts Telemetry-compatible tracing (#22713) 2021-03-10 21:00:20 +00:00
next-image-loader.js Ensure blurDataURL is correct in dev with basePath (#29436) 2021-09-27 21:13:23 +00:00
next-swc-loader.js Fix bug with getServerSideProps when swcLoader is enabled (#29760) 2021-10-09 14:39:53 +00:00
noop-loader.ts feat: webpack inlining with configuration for v4 / v5 (#20598) 2021-01-13 20:59:08 -05:00