renameCssPlugin
Plugin that renames the CSS file to the correct name.
Import:
import { renameCssPlugin } from 'obsidian-dev-utils/script-utils/bundlers/esbuild-impl/rename-css-plugin';Signature:
function renameCssPlugin(distFolder: string): PluginParameters:
| Parameter | Type | Description |
|---|---|---|
distFolder | string | The folder to rename the CSS file in. |
Returns: Plugin — The plugin.