File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,6 @@ const createNextIntlPlugin = require("next-intl/plugin")
9
9
10
10
const withNextIntl = createNextIntlPlugin ( )
11
11
12
- const LIMIT_CPUS = Number ( process . env . LIMIT_CPUS ?? 2 )
13
-
14
- const experimental = LIMIT_CPUS
15
- ? {
16
- // This option could be enabled in the future when flagged as stable, to speed up builds
17
- // (see https://nextjs.org/docs/pages/building-your-application/configuring/mdx#using-the-rust-based-mdx-compiler-experimental)
18
- // mdxRs: true,
19
-
20
- // Reduce the number of cpus and disable parallel threads in prod envs to consume less memory
21
- workerThreads : false ,
22
- cpus : LIMIT_CPUS ,
23
- }
24
- : { }
25
-
26
12
/** @type {import('next').NextConfig } */
27
13
module . exports = ( phase , { defaultConfig } ) => {
28
14
let nextConfig = {
@@ -114,7 +100,6 @@ module.exports = (phase, { defaultConfig }) => {
114
100
nextConfig = {
115
101
...nextConfig ,
116
102
experimental : {
117
- ...experimental ,
118
103
outputFileTracingExcludes : {
119
104
"*" : [
120
105
/**
You can’t perform that action at this time.
0 commit comments