Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingdutch/vite-ssr-manualchunks-repro
https://github.com/kingdutch/vite-ssr-manualchunks-repro
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kingdutch/vite-ssr-manualchunks-repro
- Owner: Kingdutch
- Created: 2022-06-28T13:57:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T13:57:16.000Z (over 2 years ago)
- Last Synced: 2024-11-07T22:49:25.125Z (3 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproduction
1. Run `yarn install` to install the needed dependencies.
2. Run `yarn build:client` to build the client
3. Run `yarn build:server` to see the broken server build
4. Run `yarn build:server:fixed` to see the fixed build.The difference is an environment variable set to remove `manualChunks` in `vite.config.js`.