mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
feat(site): opt AI Gateway pages into React Compiler (#24713)
Adds AI Gateway pages to the list of React Compiler-compiled pages. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -16,7 +16,9 @@ const isProfilingBuild = process.env.CODER_REACT_PROFILING === "true";
|
||||
const compilerPreset = reactCompilerPreset();
|
||||
compilerPreset.rolldown.filter = {
|
||||
...compilerPreset.rolldown.filter,
|
||||
id: { include: [/src\/pages\/AgentsPage\//] },
|
||||
id: {
|
||||
include: [/src\/pages\/AgentsPage\//, /src\/pages\/AIBridgePage\//],
|
||||
},
|
||||
};
|
||||
|
||||
const plugins: PluginOption[] = [
|
||||
|
||||
Reference in New Issue
Block a user