Skip to content

Commit 0d4429a

Browse files
committed
remove workaround
1 parent ea7925c commit 0d4429a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -348,10 +348,7 @@ function noExternalInertiaHelpers(config: UserConfig): true|Array<string|RegExp>
348348
/* eslint-disable-next-line @typescript-eslint/ban-ts-comment */
349349
/* @ts-ignore */
350350
const userNoExternal = (config.ssr as SSROptions|undefined)?.noExternal
351-
const pluginNoExternal = [
352-
'laravel-vite-plugin/inertia-helpers',
353-
'@inertiajs/server'
354-
]
351+
const pluginNoExternal = ['laravel-vite-plugin/inertia-helpers']
355352

356353
if (userNoExternal === true) {
357354
return true

0 commit comments

Comments
 (0)