rsnext/bench/basic-app/next.config.js
Jimmy Lai 5217e7eb06
server: re-land bundled runtimes (#55139)
see https://github.com/vercel/next.js/pull/52997

also added a fix by @jridgewell to fix turbopack





Co-authored-by: Justin Ridgewell <112982+jridgewell@users.noreply.github.com>
2023-09-08 16:05:29 +00:00

5 lines
74 B
JavaScript

module.exports = {
experimental: {
serverMinification: true,
},
}