Everytime I run webpack it seems to output a new set of font files. They're always named for a long string of random characters like a hash. For example,
76a4f23cb373829c9382900d9dfs9830sdf.svg
There are .eot, .woff, .woff2 etc files.
The problem is the files accumulate in github everytime we generate a new package. Is there some way to force webpack to use specific names for these files?
.gitignore-ing your build files. - Alexander O'Mara