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
Remove the part ?#iefix after the .eot solve the issue. Is that an unsupported use case or am I not using the right loader? I did try with the file one and not much luck.
The text was updated successfully, but these errors were encountered:
I assume the problem is that there is no path with the .eot?#iefix extension on the file system. You should be able to solve this with an on-load plugin that remaps the path from your path format to the underlying file system path so esbuild knows which file to load: https://esbuild.github.io/plugins/#resolve-callbacks.
Hi, I'm evaluating your tool for a company, and we are using this javascript library => https://blueprintjs.com.
In our CSS, we import some style sheets from them:
And in their style sheets, they import some file with this syntax:
That leads to compilation error:
Remove the part
?#iefix
after the.eot
solve the issue. Is that an unsupported use case or am I not using the right loader? I did try with the file one and not much luck.The text was updated successfully, but these errors were encountered: