MCPcopy 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
88export const reactConfig = ({ mode }): UserConfig => {
89 return mergeConfig(baseConfig({ mode }), {
90 plugins,
91 });
92};

Callers

nothing calls this directly

Calls 1

baseConfigFunction · 0.85

Tested by

no test coverage detected