- Run
yarn install
to install the needed dependencies. - Run
yarn build:client
to build the client - Run
yarn build:server
to see the broken server build - Run
yarn build:server:fixed
to see the fixed build.
The difference is an environment variable set to remove manualChunks
in vite.config.js
.