feat: bundle node_modules into the server
This commit is contained in:
parent
cac64a6fbe
commit
b8d22beb17
6 changed files with 21 additions and 27 deletions
|
|
@ -3,4 +3,8 @@ import type { Config } from '@react-router/dev/config';
|
|||
export default {
|
||||
basename: '/admin/',
|
||||
ssr: true,
|
||||
future: {
|
||||
unstable_optimizeDeps: true,
|
||||
unstable_splitRouteModules: 'enforce',
|
||||
},
|
||||
} satisfies Config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue