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 7ec7c0a commit 41cc390Copy full SHA for 41cc390
src/index.ts
@@ -116,6 +116,7 @@ function resolveLaravelPlugin(pluginConfig: Required<PluginConfig>): LaravelPlug
116
rollupOptions: {
117
input: userConfig.build?.rollupOptions?.input ?? resolveInput(pluginConfig, ssr)
118
},
119
+ assetsInlineLimit: userConfig.build?.assetsInlineLimit ?? 0,
120
121
server: {
122
origin: '__laravel_vite_placeholder__',
0 commit comments