
Writing a custom Webpack loader from scratch
Loaders are just functions that transform source text. We build a real one - a loader that inlines SVGs as React components…

Loaders are just functions that transform source text. We build a real one - a loader that inlines SVGs as React components…