Skip to content

FixSourceMapsPluginParams

Parameters for fixSourceMapsPlugin.

Import:

import type { FixSourceMapsPluginParams } from 'obsidian-dev-utils/script-utils/bundlers/esbuild-impl/fix-source-maps-plugin';

Signature:

export interface FixSourceMapsPluginParams

Properties

PropertyTypeDescription
distPathsstring[]The paths to the output files containing the source maps.
isProductionBuildbooleanA boolean indicating whether the build is a production build. The plugin only runs in non-production builds.
pluginNamestringThe name of the Obsidian plugin, used to construct the Obsidian-specific URLs.

Links to this page: