I swapped from react-document-meta to react-helmet, but while doing that I noticed there appears to be something wrong with the dependencies as when I used react-document-meta my uglified production bundle size was 195 kB while after switching to react-helmet the bundle size dropped down to 65 kB. This change is the only change I made between bundles, so there are certainly some dependency issues that should be resolved. I didn't investigate what causes the issue.
I swapped from
react-document-metatoreact-helmet, but while doing that I noticed there appears to be something wrong with the dependencies as when I usedreact-document-metamy uglified production bundle size was 195 kB while after switching toreact-helmetthe bundle size dropped down to 65 kB. This change is the only change I made between bundles, so there are certainly some dependency issues that should be resolved. I didn't investigate what causes the issue.