Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayphelps/next-issue-28797
https://github.com/jayphelps/next-issue-28797
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jayphelps/next-issue-28797
- Owner: jayphelps
- Created: 2021-09-05T22:04:30.000Z (over 3 years ago)
- Default Branch: next-issue-28797
- Last Pushed: 2021-09-05T22:05:12.000Z (over 3 years ago)
- Last Synced: 2024-10-19T17:58:32.034Z (3 months ago)
- Language: CSS
- Size: 22.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMPORTANT: do NOT run `npm install`! This repo contains the node_modules that has patched next-server.js to induce latency to the /about page JS chunk so the bug is reproducible.
```bash
# WARNING: DO NOT RUN npm install
npm run build
npm start
```Now visit http://localhost:3000 with Dev Tools open, and wait for the `/_next/static/chunks/pages/about-75b535cafcce005cf591.js` preloading to finish (it should take at least 5 seconds.) Once it's done, click on the link and notice how it does not work.