rsnext/packages/next/build/webpack/plugins
JJ Kasper 0ac0b3f19f
Skip minifying middleware (#30122)
This skips minifying middleware as it can cause issues in some cases like the below error and also isn't necessary to be minified as we don't currently minify other server pages. 

```
TypeError: (intermediate value)(intermediate value)(intermediate value)(...) is not a function
```
2021-10-21 02:33:42 +00:00
..
terser-webpack-plugin Skip minifying middleware (#30122) 2021-10-21 02:33:42 +00:00
wellknown-errors-plugin Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
build-manifest-plugin.ts Implement Middleware RFC (#30081) 2021-10-20 17:52:11 +00:00
copy-file-plugin.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
css-minimizer-plugin.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05: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 Implement Middleware RFC (#30081) 2021-10-20 17:52:11 +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 Fix trace when initial file is also child (#30048) 2021-10-18 17:39:18 -05:00
nextjs-require-cache-hot-reloader.ts Implement Middleware RFC (#30081) 2021-10-20 17:52:11 +00: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 Add trace span for module readFile (#29759) 2021-10-09 13:18:58 +02:00
react-loadable-plugin.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
serverless-plugin.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
telemetry-plugin.ts Create TelemetryPlugin for collecting feature usage metrics (#29145) 2021-10-05 14:31:48 -05:00