https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38365

--- Comment #259 from David Cook <[email protected]> ---
I think I've worked out a workaround for style-loader, but there's still an
issue with how the font awesome styles are imported (without style-loader it
seems). 

Ah yeah... in node_modules/@fortawesome/fontawesome-svg-core/index.js it does
the following:

 DOCUMENT.head.insertBefore(style, beforeChild);

Think we'd have to turn off the auto injecting of style using config.autoAddCss
for fontawesome-svg-core and import fontawesome CSS explicitly. This seems to
do the trick. I'll do a patch for that too...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to