react-project
react-project copied to clipboard
Fixes 404 error for shims
Noticed a 404 in my console in Safari and FF. Static shims are minified, with '.min.' in the file name. However, the const shims does not contain the '.min' in the file name.
I think using a regex might be better to handle .min or not .min and then the correct file is pulled in.