FixSourceMapsPluginParams
Parameters for fixSourceMapsPlugin.
Import:
import type { FixSourceMapsPluginParams } from 'obsidian-dev-utils/script-utils/bundlers/esbuild-impl/fix-source-maps-plugin';Signature:
export interface FixSourceMapsPluginParamsProperties
| Property | Type | Description |
|---|---|---|
| distPaths | string[] | The paths to the output files containing the source maps. |
| isProductionBuild | boolean | A boolean indicating whether the build is a production build. The plugin only runs in non-production builds. |
| pluginName | string | The name of the Obsidian plugin, used to construct the Obsidian-specific URLs. |
Links to this page: