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 b78978e commit cc96031Copy full SHA for cc96031
vite.config.ts
@@ -39,7 +39,7 @@ export default defineConfig((config) => ({
39
envOnlyMacros(),
40
// it would be really nice to have this enabled in tests, but we'll have to
41
// wait until https://github.com/remix-run/remix/issues/9871 is fixed
42
- MODE === 'test' ? null : reactRouter(),
+ reactRouter(),
43
MODE === 'production' && process.env.SENTRY_AUTH_TOKEN
44
? sentryReactRouter(sentryConfig, config)
45
: null,
0 commit comments