rsnext/packages/next/build
Joe Haddad 041be6f4aa Disable webpack minifier (#6603)
When the webpack `mode` is set to `production`, `minimizer: undefined` means "use the default webpack minifier."

We need to explicitly disable the webpack minifier via `minimize: false`. This should speed up non-serverless builds. 😄 

This doesn't affect dev, but I added the toggle there for consistency.
2019-03-11 15:51:23 +01:00
..
babel Check if esmodules is supported before enabling useESModules (#6534) 2019-03-05 16:57:07 +01:00
output Add console.error before exit on uncaughtException (#6504) 2019-03-01 13:18:33 -06:00
webpack Don’t load dev plugins for production bootup (#6589) 2019-03-09 23:27:33 -05:00
compiler.ts Don't use webpack multiCompiler for single configuration (#6598) 2019-03-10 15:46:50 +01:00
entries.ts Fix /index/index.js route not emitting the right route in production (#6516) 2019-03-03 19:36:32 +01:00
generate-build-id.ts Convert babel plugins to typescript (#5789) 2018-12-02 18:30:00 +01:00
index.ts Don't use webpack multiCompiler for single configuration (#6598) 2019-03-10 15:46:50 +01:00
is-writeable.ts Add Typescript types for builds functions (#5791) 2018-12-03 14:18:52 +01:00
webpack-config.ts Disable webpack minifier (#6603) 2019-03-11 15:51:23 +01:00
write-build-id.ts Add Typescript types for builds functions (#5791) 2018-12-03 14:18:52 +01:00