Skip to content

Commit b14c1d7

Browse files
authored
Remove missing webpack.config.js from the installer (#1011)
1 parent cc0aacc commit b14c1d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Console/InstallCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ protected function installInertiaStack()
308308
// Tailwind Configuration...
309309
copy(__DIR__.'/../../stubs/inertia/tailwind.config.js', base_path('tailwind.config.js'));
310310
copy(__DIR__.'/../../stubs/inertia/webpack.mix.js', base_path('webpack.mix.js'));
311-
copy(__DIR__.'/../../stubs/inertia/webpack.config.js', base_path('webpack.config.js'));
312311

313312
// Directories...
314313
(new Filesystem)->ensureDirectoryExists(app_path('Actions/Fortify'));

0 commit comments

Comments
 (0)