AppCenterCodepushReleaseElectronSettings.

SourcemapOutputDir Property

Summary

--sourcemap-output-dir <arg> Path to directory where the sourcemap for the resulting bundle should be written. Name of sourcemap file will be generated automatically. This argument will be ignored if 'sourcemap-output' argument is provided. If 'sourcemap-output' and 'sourcemap-output-dir' are omitted, a sourcemap will not be generated

Syntax

public string SourcemapOutputDir { get; set; }

Value

Type Description
string