Skip to content

Commit b11a065

Browse files
committed
add logs
1 parent 2721a2a commit b11a065

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/devtools-vite/src/plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ export const devtools = (args?: TanStackDevtoolsViteConfig): Array<Plugin> => {
179179
{
180180
name: '@tanstack/devtools:remove-devtools-on-build',
181181
apply(config, { command }) {
182+
console.log('remove-devtools-on-build apply called', config, command)
182183
// Check both command and mode to support various hosting providers
183184
// Some providers (Cloudflare, Netlify, Heroku) might not use 'build' command
184185
// but will always set mode to 'production' for production builds

0 commit comments

Comments
 (0)