Skip to content
Discussion options

You must be logged in to vote

Seems like there might be some file or code in the build environment that is causing the problem. It would seem that Tailwind scans this file causing the invalid code point error. You could try:

  • Running a build with DEBUG=* to get a tailwind-*.log file. This file could then show you the files it scans and reveal any weird directories/files it scans.
  • Seeing what extra files might exist in the build environment causing the error.
  • Use source()/@source syntaxes to only explicitly scan certain files/paths.

Related:

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@mynameistito
Comment options

@RobinMalfait
Comment options

@mynameistito
Comment options

Answer selected by mynameistito
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants