Use production build of es-react
lukejacksonn opened this issue ยท 1 comments
lukejacksonn commented
Currently this doesn't exist ๐ https://github.com/lukejacksonn/es-react but it should!
lukejacksonn commented
โ Fixed by 827d2fa.
Now uses a dynamic import to conditionally fetch a version of es-react
based upon hostname. I created es-react-production
which is just like es-react
but with production builds instead.
I know this is not normal ๐ but it seems to work just fine and maintains no build step.