react-project icon indicating copy to clipboard operation
react-project copied to clipboard

Fixes 404 error for shims

Open mark-carlson opened this issue 8 years ago • 1 comments

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.

screen shot 2016-04-07 at 10 16 39 pm

mark-carlson avatar Apr 08 '16 04:04 mark-carlson

I think using a regex might be better to handle .min or not .min and then the correct file is pulled in.

wdjungst avatar Jun 27 '16 20:06 wdjungst