Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ reactConfig
Function
reactConfig
packages/vite/configuration/react.ts:88–92 ·
view source on GitHub ↗
({ mode })
Source
from the content-addressed store, hash-verified
86
];
87
88
export
const
reactConfig = ({ mode }): UserConfig => {
89
return
mergeConfig(baseConfig({ mode }), {
90
plugins,
91
});
92
};
Callers
nothing calls this directly
Calls
1
baseConfig
Function · 0.85
Tested by
no test coverage detected