-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
url(..) calls #2
Comments
Tbf I might just have a messed up config, this seems to work:
|
Okay, so I think my real problem is that my
But using css-loader or extract-loader breaks lit-css-loader. Do you have any advice for this? I assume it is a common concern and would be interesting to others, too. Sorry for thinking aloud in this issue, if you prefer I can gather my thoughts and open a new one. |
I appreciate you walking through the issue, thanks Can you elaborate on what is happening? a small reproduction case with expected output would be good |
I'll look into it when I have a little time, shouldn't be too long. |
Hey i have the same issue, I know that the url(...) inside of css literals can be resolved using
yourFile.d.ts
When the loader transpile the code to const style = css |
@MartinEmanuelMaldonado93 can you use the transform config property to transform those calls? |
Hey ! has been past few days and I realize that the loader works very well actually, i make the mistake because i misunderstood the webpack url behaviour when compiles. |
Hi, thank you so much for this library.
I am using this because I need auto-prefixing on my css, and I'm chaining postcss-loader before this. It's not working right now, and I don't really understand why.
Could we maybe document a known-good webpack config to do this?
The text was updated successfully, but these errors were encountered: