We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1664d83 commit ce52a1eCopy full SHA for ce52a1e
packages/open-next/src/build/compileConfig.ts
@@ -120,7 +120,7 @@ export function compileOpenNextConfigEdge(
120
external: externals,
121
define: {
122
// with the default esbuild config, the NODE_ENV will be set to "development", we don't want that
123
- "process.env.NODE_ENV": "production",
+ "process.env.NODE_ENV": '"production"',
124
},
125
});
126
}
0 commit comments