Skip to content

Commit 9379a04

Browse files
committed
fix inertia helpers being externalised
1 parent cb02a43 commit 9379a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ function noExternalInertiaHelpers(config: UserConfig): true|Array<string|RegExp>
413413
/* eslint-disable-next-line @typescript-eslint/ban-ts-comment */
414414
/* @ts-ignore */
415415
const userNoExternal = (config.ssr as SSROptions|undefined)?.noExternal
416-
const pluginNoExternal = ['laravel-vite-plugin']
416+
const pluginNoExternal = ['laravel-vite-plugin/inertia-helpers']
417417

418418
if (userNoExternal === true) {
419419
return true

0 commit comments

Comments
 (0)