Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thibautre/next-css-ssr-bug
https://github.com/thibautre/next-css-ssr-bug
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thibautre/next-css-ssr-bug
- Owner: thibautRe
- Created: 2018-02-21T08:41:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T11:14:46.000Z (almost 7 years ago)
- Last Synced: 2024-11-06T09:12:48.623Z (2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js CSS SSR submodule bug
## Reproduce the bug
- `npm i`
- `cd ssr-bug-subpackage && npm link && cd .. && npm link ssr-bug-subpackage` : link a local NPM module, so that you can `require()` it in `pages/bug.js`
- `npm run dev`
- Navigate to `localhost:3000`.