We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330600d commit 74c86b9Copy full SHA for 74c86b9
src/index.ts
@@ -105,6 +105,9 @@ export default function laravel(config: string|string[]|PluginConfig): [LaravelP
105
];
106
}
107
108
+/**
109
+ * Resolve the Laravel Plugin configuration.
110
+ */
111
function resolveLaravelPlugin(pluginConfig: Required<PluginConfig>): LaravelPlugin {
112
let viteDevServerUrl: string
113
let resolvedConfig: ResolvedConfig
0 commit comments