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 7d78e41 commit efac566Copy full SHA for efac566
src/index.ts
@@ -99,7 +99,6 @@ function resolveLaravelPlugin(pluginConfig: Required<PluginConfig>): LaravelPlug
99
const assetUrl = env.ASSET_URL ?? ''
100
101
return {
102
- mode: mode,
103
base: command === 'build' ? resolveBase(pluginConfig, assetUrl) : '',
104
publicDir: false,
105
build: {
0 commit comments