Skip to main content

getBuildInfo()

import { getBuildInfo } from '@dr.pogodin/react-utils';

function getBuildInfo(): object;

Returns the build info object.

Beware

It relies on Babel and Webpack configurations provided by react-utils library being used by the host code, along with provided mechanics for server creation and client-side app initialization. It won't work correctly with a different app setup.