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 1f5f26f commit 1b5ffc9Copy full SHA for 1b5ffc9
packages/open-next/src/build/compileConfig.ts
@@ -124,6 +124,15 @@ export function compileOpenNextConfigEdge(
124
});
125
}
126
127
+/**
128
+ * Builds the OpenNext configuration using esbuild.
129
+ *
130
+ * @param sourcePath - Path to the source configuration file.
131
+ * @param outputPath - Path where the compiled configuration will be written.
132
+ * @param externals - Array of package names to exclude from bundling.
133
+ * @param dev - Whether to use development configuration (using DEV_CONFIG constant).
134
+ * @returns void
135
+ */
136
function buildConfig({
137
sourcePath,
138
outputPath,
0 commit comments