Skip to content

Commit

Permalink
Remove missing webpack.config.js from the installer (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiCO2k authored Mar 19, 2022
1 parent cc0aacc commit b14c1d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ protected function installInertiaStack()
// Tailwind Configuration...
copy(__DIR__.'/../../stubs/inertia/tailwind.config.js', base_path('tailwind.config.js'));
copy(__DIR__.'/../../stubs/inertia/webpack.mix.js', base_path('webpack.mix.js'));
copy(__DIR__.'/../../stubs/inertia/webpack.config.js', base_path('webpack.config.js'));

// Directories...
(new Filesystem)->ensureDirectoryExists(app_path('Actions/Fortify'));
Expand Down

0 comments on commit b14c1d7

Please sign in to comment.