Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove process dependency from log functions #8530

Merged

Conversation

ivosabev
Copy link
Contributor

@ivosabev ivosabev commented Jun 7, 2022

Currently if you do import colors from 'tailwindcss/colors'; on the browser side it will crash due to the process.env.JEST_WORKER_ID check in log.js.

This is a small tweak that keeps the check, but doesn't crash the browser.

@RobinMalfait
Copy link
Contributor

Hey! Thank you for your PR!
Much appreciated! 🙏

@RobinMalfait RobinMalfait merged commit ac91c6a into tailwindlabs:master Jun 7, 2022
mklein994 added a commit to mklein994/playground-vue that referenced this pull request Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants