jantimon / iconfont-webpack-plugin

Simple icon font handling for webpack
MIT License
112 stars 38 forks source link

fix(icons-to-woff.js): enforce deterministic output #64

Open kaidjohnson opened 2 years ago

kaidjohnson commented 2 years ago

Ensure builds with the same set of inputs results in an identical font hash for deterministic builds.

Improves solution proposed in #53

Notes: