import files in .css.ts
files
#906
0xDing
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In monorepo, there may be a requirement to import an unbundled packages in
.css.ts
file. And, if the imported package contains files thatjsx
,tsx
or other vanilla-extract's esbuild cannot handle file, anInternal server error: Unexpected token '<'
error occurs. Here are some solutions to this issue for reference:Related Issue:
#665
Beta Was this translation helpful? Give feedback.
All reactions