Skip to content

Commit 74c86b9

Browse files
committed
document function
1 parent 330600d commit 74c86b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ export default function laravel(config: string|string[]|PluginConfig): [LaravelP
105105
];
106106
}
107107

108+
/**
109+
* Resolve the Laravel Plugin configuration.
110+
*/
108111
function resolveLaravelPlugin(pluginConfig: Required<PluginConfig>): LaravelPlugin {
109112
let viteDevServerUrl: string
110113
let resolvedConfig: ResolvedConfig

0 commit comments

Comments
 (0)