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
Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.94. Please mark this comment with 👍 or 👎 to give our bot feedback!
Hi,
I was updating superset to 0.37 and I noticed that all the webfonts are broken
On firefox 78 there is also this warning:
Unknown descriptor ‘url([object Module])’ in @font-face rule. Skipped to next declaration.
I gave a look at the css generated by less-loader and indeed all the font-face are broken starting from 0.37 onwards.
How to reproduce the bug
inside the container:
I also pulled the
38da552a57b9be999fb36b2cf7ae1c9231a010eb
(14 days old) with the same result.Checklist
I have checked the superset logs for python stacktraces and included it here as text if there are any.Additional context
I compared
webpack.config
,package.json
andDockerfile
with the 0.36 but I fail to see any possible breaking change.Possible solution
I tried to add
esModule: false
to less-loader and it seems to solve the issue (partially, because I still have some warnings).Thanks.
The text was updated successfully, but these errors were encountered: