Skip to content

Commit 921644e

Browse files
committed
Remove react-router-dom from vite config
1 parent 843e554 commit 921644e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default defineConfig({
5858
i18next: ['i18next', 'react-i18next'],
5959
lodash: ['lodash'],
6060
luxon: ['luxon'],
61-
reactRouter: ['react-router', 'react-router-dom'],
61+
reactRouter: ['react-router'],
6262
},
6363
},
6464
},

0 commit comments

Comments
 (0)