rsnext/packages/next/build/webpack
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
..
config improve production error message printing (#30065) 2021-10-20 18:23:44 -05:00
loaders Implement Middleware RFC (#30081) 2021-10-20 17:52:11 +00:00
plugins Skip minifying middleware (#30122) 2021-10-21 02:33:42 +00:00
require-hook.ts the way towards webpack 5 typings (#29105) 2021-09-21 19:17:16 +02:00