rsnext/packages/next/compiled/webpack
kaykdm 2d0fd341a3
Fix broken yarn pnp (#32867)
x-ref [#31552 ](https://github.com/vercel/next.js/issues/31552)
x-ref https://github.com/vercel/next.js/issues/32115
x-ref https://github.com/vercel/next.js/issues/32546
x-ref https://github.com/vercel/next.js/issues/32721

Since this PR https://github.com/vercel/next.js/pull/31455 is merged, `enhanced-resolve` dependency's resolved field is changed which caused broken yarn pnp.
I am not sure how this field has been changed or this is intentional or not 
When I install webpack locally, `enhanced-resolve`'s resolved field in lock file is always `registry.yarnpkg.com` not `codeload.github.com`

## Bug

- [x] 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`


Co-authored-by: Tobias Koppers <1365881+sokra@users.noreply.github.com>
Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2022-01-11 19:46:18 +00:00
..
BasicEvaluatedExpression.js feat: Implement webpack require hook (#21802) 2021-02-04 08:49:42 +00:00
bundle5.js Fix broken yarn pnp (#32867) 2022-01-11 19:46:18 +00:00
ExternalsPlugin.js the way towards webpack 5 typings (#29105) 2021-09-21 19:17:16 +02:00
FetchCompileAsyncWasmPlugin.js the way towards webpack 5 typings (#29105) 2021-09-21 19:17:16 +02:00
FetchCompileWasmPlugin.js the way towards webpack 5 typings (#29105) 2021-09-21 19:17:16 +02:00
FetchCompileWasmTemplatePlugin.js the way towards webpack 5 typings (#29105) 2021-09-21 19:17:16 +02:00
GraphHelpers.js feat: Implement webpack require hook (#21802) 2021-02-04 08:49:42 +00:00
HotModuleReplacement.runtime.js update webpack to 5.49.0 (#27813) 2021-08-06 12:49:21 +00:00
JavascriptHotModuleReplacement.runtime.js upgrade to webpack 5.31.0 (#23776) 2021-04-07 18:55:06 +00:00
lazy-compilation-node.js fixes to allow lazy compilation for import() (#32441) 2021-12-14 11:33:04 +01:00
lazy-compilation-web.js fixes to allow lazy compilation for import() (#32441) 2021-12-14 11:33:04 +01:00
LibraryTemplatePlugin.js the way towards webpack 5 typings (#29105) 2021-09-21 19:17:16 +02:00
LICENSE feat: webpack inlining with configuration for v4 / v5 (#20598) 2021-01-13 20:59:08 -05:00
LimitChunkCountPlugin.js the way towards webpack 5 typings (#29105) 2021-09-21 19:17:16 +02:00
ModuleFilenameHelpers.js feat: Implement webpack require hook (#21802) 2021-02-04 08:49:42 +00:00
NodeEnvironmentPlugin.js feat: Implement webpack require hook (#21802) 2021-02-04 08:49:42 +00:00
NodeTargetPlugin.js feat: Implement webpack require hook (#21802) 2021-02-04 08:49:42 +00:00
NodeTemplatePlugin.js the way towards webpack 5 typings (#29105) 2021-09-21 19:17:16 +02:00
NormalModule.js use official mini-css-extract-plugin and experimentalUseImportModule (#24573) 2021-05-12 16:04:01 +00:00
package.js feat: Implement webpack require hook (#21802) 2021-02-04 08:49:42 +00:00
package.json Remove webpack 4 support (#29660) 2021-10-06 17:40:01 +02:00
SingleEntryPlugin.js the way towards webpack 5 typings (#29105) 2021-09-21 19:17:16 +02:00
sources.js feat: Implement webpack require hook (#21802) 2021-02-04 08:49:42 +00:00
webpack-lib.js feat: Implement webpack require hook (#21802) 2021-02-04 08:49:42 +00:00
webpack.d.ts Add all cases where webpack5 type is used (#31206) 2021-11-09 15:18:40 +01:00
webpack.js Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
WebWorkerTemplatePlugin.js the way towards webpack 5 typings (#29105) 2021-09-21 19:17:16 +02:00