MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / javascriptConfig

Function javascriptConfig

packages/vite/configuration/javascript.ts:139–143  ·  view source on GitHub ↗
({ mode })

Source from the content-addressed store, hash-verified

137}
138
139export const javascriptConfig = ({ mode }): UserConfig => {
140 return mergeConfig(baseConfig({ mode }), {
141 plugins: [createXmlLoaderPlugin(), createBundlerContextPlugin()],
142 });
143};

Callers

nothing calls this directly

Calls 3

baseConfigFunction · 0.85
createXmlLoaderPluginFunction · 0.70

Tested by

no test coverage detected