Edited, memorised or added to reading queue

on 22-Feb-2024 (Thu)

Do you want BuboFlash to help you learning these things? Click here to log in or create user.

Loading Fonts with webpack
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Loading Fonts with webpack
loader 1. Installation 2. Add to webpack.config.js Import Font Awesome Load fonts through SCSS Load external fonts from Google Christopher Lis Last updated Senior Frontend Engineer Feb 27, 2023 <span>Loading Fonts with webpack If you're currently using webpack to manage your CSS, importing font files won't work without a little bit of extra configuration. I've spent more than a few hours fiddling around with




Asset Modules
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Unknown title
Common patterns Target environment independent packages Providing devtools or production optimizations Providing different versions depending on target environment Combining patterns Guidelines <span>Asset Modules Asset Modules allow one to use asset files (fonts, icons, etc) without configuring additional loaders. Prior to webpack 5 it was common to use: raw-loader to import a file as a string u