diff --git a/src/Utilities/ViteManifest.php b/src/Utilities/ViteManifest.php index 652bba1..2372ee7 100644 --- a/src/Utilities/ViteManifest.php +++ b/src/Utilities/ViteManifest.php @@ -75,6 +75,8 @@ public static function getRecords(ViteHelperConfig $config): ManifestRecords } /** + * Get the default location of a plugin's vite manifest.json + * * @param string $pluginName e.g. "MyPlugin" * @return string filesystem path to the Plugin's manifest.json */