On trying to load semantic-ui-css with css-loader 6 I get the following error:
failed: UnhandledSchemeError: Reading from "data:application/x-font-ttf;charset=utf-8;;base64,...
It looks like the 2nd semi-colon after utf-8 is causing the issue. After removing the 2nd semi-colon there are no compilation errors, but semantic-ui icons stop working.
However, downgrading css-loader to 5.2.7 resolved the issue. Is there a better way to solve this problem?