MCPcopy Create free account
hub / github.com/TanStack/devtools / apply

Function apply

packages/devtools-vite/src/plugin.ts:131–133  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

129 enforce: 'pre',
130 name: '@tanstack/devtools:inject-source',
131 apply(config) {
132 return config.mode === 'development' && injectSourceConfig.enabled
133 },
134 transform: {
135 filter: {
136 id: {

Callers 1

index.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected