We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2721a2a commit b11a065Copy full SHA for b11a065
1 file changed
packages/devtools-vite/src/plugin.ts
@@ -179,6 +179,7 @@ export const devtools = (args?: TanStackDevtoolsViteConfig): Array<Plugin> => {
179
{
180
name: '@tanstack/devtools:remove-devtools-on-build',
181
apply(config, { command }) {
182
+ console.log('remove-devtools-on-build apply called', config, command)
183
// Check both command and mode to support various hosting providers
184
// Some providers (Cloudflare, Netlify, Heroku) might not use 'build' command
185
// but will always set mode to 'production' for production builds
0 commit comments