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

https://github.com/devjiwonchoi/repro-next-turbo-config-pkg


https://github.com/devjiwonchoi/repro-next-turbo-config-pkg

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Turbopoack `next dev --turbo` is not picking up configurations from the `package.json` file.

## Steps to reproduce

1. Install the dependencies
2. Run `pnpm dev`
3. The `TEXT CENTER` text is not centered, tailwindcss is not working
4. Run `pnpm next dev`
5. The `TEXT CENTER` text is centered, tailwindcss is working