Function copyAssetManifestFromBuildDirectoryIfExist

  • Copies the asset-manifest.json file from assetManifestFile to current directory.

    Throws

    If no asset-manifest.json file is found.

    Parameters

    • assetManifestFile: string = "../build/asset-manifest.json"

      Relative or absolut path of asset-manifest.json file.

    Returns void

Generated using TypeDoc