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 cb02a43 commit 9379a04Copy full SHA for 9379a04
src/index.ts
@@ -413,7 +413,7 @@ function noExternalInertiaHelpers(config: UserConfig): true|Array<string|RegExp>
413
/* eslint-disable-next-line @typescript-eslint/ban-ts-comment */
414
/* @ts-ignore */
415
const userNoExternal = (config.ssr as SSROptions|undefined)?.noExternal
416
- const pluginNoExternal = ['laravel-vite-plugin']
+ const pluginNoExternal = ['laravel-vite-plugin/inertia-helpers']
417
418
if (userNoExternal === true) {
419
return true
0 commit comments