MCPcopy Create free account
hub / github.com/TanStack/query / jsxConfig

Function jsxConfig

packages/solid-query-devtools/tsdown.config.ts:42–51  ·  view source on GitHub ↗
(entry: Record<string, string>, development: boolean)

Source from the content-addressed store, hash-verified

40})
41
42const jsxConfig = (entry: Record<string, string>, development: boolean) => ({
43 ...baseConfig,
44 entry,
45 format: 'esm' as const,
46 clean: false,
47 dts: false,
48 env: environment(development),
49 outExtensions: () => ({ js: '.jsx' }),
50 plugins: [],
51})
52
53export default defineConfig([
54 compiledConfig({ index: 'src/index.tsx' }, false, true),

Callers 1

tsdown.config.tsFile · 0.85

Calls 1

environmentFunction · 0.70

Tested by

no test coverage detected