Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thibautre/next-css-ssr-bug


https://github.com/thibautre/next-css-ssr-bug

Last synced: 17 days ago
JSON representation

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`.