https://github.com/zegl/react-email-tailwind
Bug reproduction
https://github.com/zegl/react-email-tailwind
Last synced: about 1 month ago
JSON representation
Bug reproduction
- Host: GitHub
- URL: https://github.com/zegl/react-email-tailwind
- Owner: zegl
- Created: 2024-01-11T08:51:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T09:09:23.000Z (over 2 years ago)
- Last Synced: 2025-01-11T04:17:35.767Z (over 1 year ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a NextJS project that reproduces [this bug](https://github.com/resend/react-email/issues/1112).
To reproduce:
```bash
npm install
npm run dev
# You can now visit http://localhost:3000/email-media in your browser
# and notice that the page renders
#
# However...
# This will fail:
npm build
```