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
- Host: GitHub
- URL: https://github.com/devjiwonchoi/repro-next-turbo-config-pkg
- Owner: devjiwonchoi
- Created: 2024-06-26T17:23:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T17:37:02.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T02:12:22.947Z (over 1 year ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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