You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tsdx is unable to build the library because of .css files
Expected behavior
I want the build to run with .css files
Suggested solution(s)
Well, I have none, that is why I am here...
Additional context
I am currently writing a custom component library in React. Obviously, this requires styling of the components. So each component, like <Button /> has an accompanying CSS file which is imported in each component by import ./styles.css.
Current Behavior
tsdx
is unable to build the library because of.css
filesExpected behavior
I want the build to run with
.css
filesSuggested solution(s)
Well, I have none, that is why I am here...
Additional context
I am currently writing a custom component library in React. Obviously, this requires styling of the components. So each component, like
<Button />
has an accompanying CSS file which is imported in each component byimport ./styles.css
.However, when I try to build the library, I am getting
And it gives me syntax highlight
This is my
tsdx.config.js
fileHow can I include
.css
files into my library?Your environment
The text was updated successfully, but these errors were encountered: