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.

bash
docker run -it preset/superset:0.37 /bin/bash
inside the container:
bash
grep -r "object Module" /app/superset/static/assets/ --color="auto"
I also pulled the 38da552a57b9be999fb36b2cf7ae1c9231a010eb (14 days old) with the same result.
I compared webpack.config, package.json and Dockerfile with the 0.36 but I fail to see any possible breaking change.
I tried to add esModule: false to less-loader and it seems to solve the issue (partially, because I still have some warnings).
Thanks.
Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.94. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
@rusackas
This was resolved with #11718 and #11724