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