You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It's not documented anywhere, so I'm not sure whether it's intended.
Suppose I have a simple Vite plugin (in minimal template https://github.com/neochief/rr7-vite-plugin-run-n-times):
https://github.com/neochief/rr7-vite-plugin-run-n-times/blob/main/test-vite-debug.ts
https://github.com/neochief/rr7-vite-plugin-run-n-times/blob/main/vite.config.ts
When I run
react-router build
, I get this:The output above shows that the plugin was executed 5 times, whereas I'd expect it to run only 2 times (compared to
vite build
).Is this an expected behaviour?
Beta Was this translation helpful? Give feedback.
All reactions