rsnext/packages/next/build/webpack/plugins
Jiachi Liu e029ace5ed
Fix custom 404 page when concurrentFeatures is enabled (#31059)
x-ref: https://github.com/vercel/next.js/issues/30424#issuecomment-955615781

This fix the custom 404 is not rendering properly and can’t be built in web runtime when `concurrentFeatures` is enabled. We force 404 page to be rendered outside of middleware ssr. Then it could be the real fallback 404 page in next-server when any routes is not macthed. 
Will check 500 related after #31057 is landed.

## Bug

- [x] Related to #30989
- [x] Integration tests added
2021-11-06 11:27:40 +00:00
..
terser-webpack-plugin Re-enable minifying middleware chunks (#30823) 2021-11-02 17:37:50 +00:00
wellknown-errors-plugin Add new target for middleware (#30299) 2021-10-26 18:50:56 +02:00
build-manifest-plugin.ts Add new target for middleware (#30299) 2021-10-26 18:50:56 +02:00
copy-file-plugin.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
css-minimizer-plugin.ts partially migrate to webpack 5 types (#30189) 2021-10-24 23:04:26 +02:00
flight-manifest-plugin.ts Fix code splitting and build target for the server-web build (#30972) 2021-11-05 03:27:02 +00:00
font-stylesheet-gathering-plugin.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
jsconfig-paths-plugin.ts feat(jsconfig-paths-plugin): Resolve paths synchronously (#29467) 2021-10-13 12:17:54 +02:00
middleware-plugin.ts Fix custom 404 page when concurrentFeatures is enabled (#31059) 2021-11-06 11:27:40 +00:00
mini-css-extract-plugin.ts use official mini-css-extract-plugin and experimentalUseImportModule (#24573) 2021-05-12 16:04:01 +00:00
next-drop-client-page-plugin.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
next-trace-entrypoints-plugin.ts Update resolving for node_modules trace pass (#30985) 2021-11-04 20:09:37 -05:00
nextjs-require-cache-hot-reloader.ts partially migrate to webpack 5 types (#30189) 2021-10-24 23:04:26 +02:00
nextjs-ssr-import.ts feat: webpack inlining with configuration for v4 / v5 (#20598) 2021-01-13 20:59:08 -05:00
pages-manifest-plugin.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
profiling-plugin.ts partially migrate to webpack 5 types (#30189) 2021-10-24 23:04:26 +02:00
react-loadable-plugin.ts Add new target for middleware (#30299) 2021-10-26 18:50:56 +02:00
serverless-plugin.ts update serverless plugin to use webpack 5 apis (#31058) 2021-11-06 01:19:25 +01:00
telemetry-plugin.ts Track usage of swc features (#30297) 2021-10-26 09:37:38 +02:00