-
-
Notifications
You must be signed in to change notification settings - Fork 424
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
Fixed syntax error in pages/content-ui/package.json #627
Conversation
Tailwind build was not working in content-ui during hmr due to syntax error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution. We will check and reply to you as soon as possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain exactly what problem you're trying to solve? I'm wondering what the syntax error
is referring to, and what the issue is.
Is it an issue with Windows?
@Jonghakseo It works perfect for Win also. |
During hot module reload the changed tailwind classes inside content scripts doesn't build in the css file because of wrong build command in package.json. It doesn't work for me in windows but after I change it to these commands with |
@codergigachad I see the issue right now, but it's not that easy to fix it, as you done. You put --watch into I fixed it in #654. I need to close it, because it's fork, i wanted to open PR, to this but it isn't possible, and i don't want to push my commits here 😄 I hope, you won't feel gutted, and want to contribute more 😸 |
No problem, I like this repo and I would like to contribute in the future as well. |
Priority*
Purpose of the PR*
Tailwind build was not working in content-ui during hmr due to syntax error.
Changes*
Changed the package.json file of pages/content-ui